diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+0.1.0.1
+=======
+
+  * _Maintenance_: Upper bound on `lens`
+
+0.1.0.0
+=======
+
+  * Initial release
diff --git a/xml-html-conduit-lens.cabal b/xml-html-conduit-lens.cabal
--- a/xml-html-conduit-lens.cabal
+++ b/xml-html-conduit-lens.cabal
@@ -1,5 +1,5 @@
 name:                xml-html-conduit-lens
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Optics for xml-conduit and html-conduit
 description:         Optics for xml-conduit and html-conduit
 homepage:            https://github.com/supki/xml-html-conduit-lens#readme
@@ -13,6 +13,7 @@
 cabal-version:       >= 1.10
 extra-source-files:
   README.md
+  CHANGELOG.md
 
 source-repository head
   type: git
@@ -24,7 +25,7 @@
   build-depends:
       base                    >= 4     && < 5
     , bytestring
-    , lens                    >= 3.8   && < 4.2
+    , lens                    >= 3.9   && < 4.0
     , containers              >= 0.4.0 && < 0.6
     , text                    >= 0.11  && < 1.2
     , xml-conduit             >= 1.1   && < 1.3
@@ -55,7 +56,7 @@
       base                    == 4.*
     , hspec
     , hspec-expectations-lens >= 0.2
-    , lens                    >= 3.8   && < 4.2
+    , lens                    >= 3.8   && < 4.0
     , xml-conduit             >= 1.1   && < 1.3
     , xml-html-conduit-lens
   other-modules:
