diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 Changelog
 =========
+    1.0.8  Sep 2015
+
+        * Dependency bump for lens 4.13 and aeson 0.10.
+
     1.0.7  Jul 2015
 
         * Dependency bump for lens and vector.
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.7
+version:             1.0.8
 synopsis:            Automatic type declaration for JSON input data
 description:         Generates datatype declarations with Aeson's "FromJSON" instances
                      from a set of example ".json" files.
@@ -62,14 +62,14 @@
                        Data.Aeson.AutoType.Util
   build-depends:       base                 >=4.3  && <4.9,
                        GenericPretty        >=1.2  && <1.3,
-                       aeson                >=0.7  && <0.10,
+                       aeson                >=0.7  && <0.11,
                        bytestring           >=0.9  && <0.11,
                        containers           >=0.3  && <0.6,
                        filepath             >=1.3  && <1.5,
                        hashable             >=1.2  && <1.3,
                        hint                 >=0.3  && <0.5,
                        hflags               >=0.3  && <0.5,
-                       lens                 >=4.1  && <4.13,
+                       lens                 >=4.1  && <4.14,
                        mtl                  >=2.1  && <2.3,
                        pretty               >=1.1  && <1.3,
                        process              >=1.1  && <1.4,
