diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+[1.0.7](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.7+is:closed)
+-----
+* Allow aeson 1.1 (issue #65)
+
 [1.0.6](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.6+is:closed)
 -----
 * List Paths_hpc_coveralls in other-modules (issue #59)
diff --git a/hpc-coveralls.cabal b/hpc-coveralls.cabal
--- a/hpc-coveralls.cabal
+++ b/hpc-coveralls.cabal
@@ -1,5 +1,5 @@
 name:           hpc-coveralls
-version:        1.0.6
+version:        1.0.7
 synopsis:       Coveralls.io support for Haskell.
 description:
   This utility converts and sends Haskell projects hpc code coverage to
@@ -56,7 +56,7 @@
     Trace.Hpc.Coveralls.GitInfo,
     Trace.Hpc.Coveralls.Paths
   build-depends:
-    aeson          >= 0.7.1   && <1.1,
+    aeson          >= 0.7.1   && <1.2,
     base           >= 4       && < 5,
     bytestring     >= 0.10    && <0.11,
     Cabal,
@@ -77,7 +77,7 @@
   hs-source-dirs: src
   main-is:        HpcCoverallsMain.hs
   build-depends:
-    aeson          >= 0.7.1   && <1.1,
+    aeson          >= 0.7.1   && <1.2,
     base           >= 4       && < 5,
     bytestring     >= 0.10    && <0.11,
     Cabal,
