diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+0.3.2.1 - 2014-12-2 - Loosen lens dependency bound.
+
 0.3.2.0 - 2014-11-12 - Add JSON response type, and depend on hspec-2.0 (which deprecates
 	the hspec2 package).
 
diff --git a/hspec-snap.cabal b/hspec-snap.cabal
--- a/hspec-snap.cabal
+++ b/hspec-snap.cabal
@@ -1,5 +1,5 @@
 name:                hspec-snap
-version:             0.3.2.0
+version:             0.3.2.1
 synopsis:            A library for testing with Hspec and the Snap Web Framework
 homepage:            https://github.com/dbp/hspec-snap
 license:             BSD3
@@ -26,7 +26,7 @@
                      , hspec-core >= 2.0 && < 2.1
                      , hxt >= 9.3 && < 9.4
                      , HandsomeSoup >= 0.3 && < 0.4
-                     , lens >= 3.10 && < 4.5
+                     , lens >= 3.10 && < 4.6
                      , mtl >= 2 && < 3
                      , snap >= 0.13 && < 0.14
                      , snap-core >= 0.9 && < 0.10
@@ -47,7 +47,7 @@
                      , hspec-core >= 2.0 && < 2.1
                      , hxt >= 9.3 && < 9.4
                      , HandsomeSoup >= 0.3 && < 0.4
-                     , lens >= 3.10 && < 4.5
+                     , lens >= 3.10 && < 4.6
                      , mtl >= 2 && < 3
                      , snap >= 0.13 && < 0.14
                      , snap-core >= 0.9 && < 0.10
@@ -55,4 +55,4 @@
                      , text >= 0.11 && < 1.2
                      , transformers >= 0.3 && < 0.5
                      , directory >= 1.2 && < 1.3
-    build-depends: hspec-snap == 0.3.2.0
+    build-depends: hspec-snap == 0.3.2.1
