diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v0.9.1.3 - 2015-06-02
+
+* Relax upper bound for aeson
+
 ## v0.9.1.2 - 2015-05-15
 
 * Relax upper bound for attoparsec
diff --git a/influxdb.cabal b/influxdb.cabal
--- a/influxdb.cabal
+++ b/influxdb.cabal
@@ -1,5 +1,5 @@
 name: influxdb
-version: 0.9.1.2
+version: 0.9.1.3
 synopsis: Haskell client library for InfluxDB
 description: Haskell client library for InfluxDB
 homepage: https://github.com/maoe/influxdb-haskell
@@ -78,7 +78,7 @@
 
   if flag(aeson-070)
     build-depends:
-        aeson >= 0.7.0 && < 0.9
+        aeson >= 0.7.0 && < 0.10
       , scientific >= 0.2
   else
     build-depends:
@@ -142,5 +142,5 @@
 
 source-repository this
   type: git
-  tag: v0.9.1.2
+  tag: v0.9.1.3
   location: https://github.com/maoe/influxdb-haskell.git
