diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+[1.0.8](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.9+is:closed)
+-----
+* Allow aeson 1.2 (issue #67)
+
 [1.0.8](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.8+is:closed)
 -----
 * Allow directory 1.3 (issue #66)
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.8
+version:        1.0.9
 synopsis:       Coveralls.io support for Haskell.
 description:
   This utility converts and sends Haskell projects hpc code coverage to
@@ -23,7 +23,7 @@
 license-file:   LICENSE
 author:         Guillaume Nargeot
 maintainer:     Guillaume Nargeot <guillaume+hackage@nargeot.com>
-copyright:      (c) 2014-2017 Guillaume Nargeot
+copyright:      (c) 2014-2015 Guillaume Nargeot
 category:       Control
 build-type:     Simple
 stability:      experimental
@@ -56,7 +56,7 @@
     Trace.Hpc.Coveralls.GitInfo,
     Trace.Hpc.Coveralls.Paths
   build-depends:
-    aeson          >= 0.7.1   && <1.2,
+    aeson          >= 0.7.1   && <1.3,
     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.2,
+    aeson          >= 0.7.1   && <1.3,
     base           >= 4       && < 5,
     bytestring     >= 0.10    && <0.11,
     Cabal,
