diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,11 @@
 Changelog
 =========
-    1.0.0.1  Apr 2015
+    1.0.2  Jun 2015
 
+        * Relaxed dependency for lens-4.11.
+
+    1.0.1  Apr 2015
+
         * Relaxed dependency to lens-4.10.
 
     1.0  Apr 2015
@@ -54,7 +58,7 @@
 
         * Relaxed upper bounds for lens 4.8.
     
-   0.2.5.5  Mar 2015
+    0.2.5.5  Mar 2015
 
         * (Skipped this version number by mistake.)
 
diff --git a/json-autotype.cabal b/json-autotype.cabal
--- a/json-autotype.cabal
+++ b/json-autotype.cabal
@@ -1,6 +1,6 @@
 -- Build information for the package.
 name:                json-autotype
-version:             1.0.1
+version:             1.0.2
 synopsis:            Automatic type declaration for JSON input data
 description:         Generates datatype declarations with Aeson's "FromJSON" instances
                      from a set of example ".json" files.
@@ -69,7 +69,7 @@
                        hashable             >=1.2  && <1.3,
                        hint                 >=0.3  && <0.5,
                        hflags               >=0.3  && <0.5,
-                       lens                 >=4.1  && <4.11,
+                       lens                 >=4.1  && <4.12,
                        mtl                  >=2.1  && <2.3,
                        pretty               >=1.1  && <1.3,
                        process              >=1.1  && <1.4,
