diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+# Version 1.0.8
+
+* Build with lens < 4.16 and aeson < 1.0.3. Thanks to @alanz for noticing.
+
 # Version 1.0.7
 
 * Build with lens < 4.13
diff --git a/json-assertions.cabal b/json-assertions.cabal
--- a/json-assertions.cabal
+++ b/json-assertions.cabal
@@ -1,5 +1,5 @@
 name: json-assertions
-version: 1.0.7
+version: 1.0.8
 synopsis: Test that your (Aeson) JSON encoding matches your expectations
 homepage: http://github.com/ocharles/json-assertions.git
 license: BSD3
@@ -15,11 +15,11 @@
 library
   exposed-modules:     Test.JSON.Assertions
   build-depends:
-    aeson >= 0.7 && < 0.10,
+    aeson >= 0.7 && < 1.0.3,
     base >= 4.5 && < 5,
     indexed >= 0.1,
     indexed-free >= 0.3,
-    lens >= 4.4 && < 4.13,
+    lens >= 4.4 && < 4.16,
     lens-aeson >= 1 && < 1.1,
     text >= 0.11.3.1
   hs-source-dirs:      src
