diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.2.1.1
+=======
+
+  * _Maintenance_: Upper bound on `lens`
+
 0.2.1.0
 =======
 
diff --git a/hspec-expectations-lens.cabal b/hspec-expectations-lens.cabal
--- a/hspec-expectations-lens.cabal
+++ b/hspec-expectations-lens.cabal
@@ -1,5 +1,5 @@
 name:                hspec-expectations-lens
-version:             0.2.1.0
+version:             0.2.1.1
 synopsis:            Hspec expectations for the lens stuff
 description:
   Package adds hspec expectations (@\`shouldX\`@ things)
@@ -22,7 +22,7 @@
 
 source-repository this
   type:     git
-  tag:      0.2.1.0
+  tag:      0.2.1.1
   location: https://github.com/supki/hspec-expectations-lens
 
 library
@@ -32,7 +32,7 @@
       base                    == 4.*
     , hspec-expectations      >= 0.5
     , hspec                   >= 1.8
-    , lens                    >= 3.9
+    , lens                    >= 3.9 && < 4.0
     , HUnit
   exposed-modules:
     Test.Hspec.Expectations.Lens
@@ -47,5 +47,5 @@
       base                    == 4.*
     , hspec
     , hspec-expectations-lens
-    , lens                    >= 3.9
+    , lens                    >= 3.9 && < 4.0
     , silently
