diff --git a/influxdb.cabal b/influxdb.cabal
--- a/influxdb.cabal
+++ b/influxdb.cabal
@@ -1,5 +1,5 @@
 name: influxdb
-version: 1.1.2
+version: 1.1.2.1
 synopsis: Haskell client library for InfluxDB
 description: Haskell client library for InfluxDB
 homepage: https://github.com/maoe/influxdb-haskell
@@ -63,8 +63,8 @@
     ViewPatterns
   ghc-options: -Wall
   build-depends:
-      base >= 4.8 && < 4.10
-    , aeson >= 0.7 && < 1.2
+      base >= 4.8 && < 4.11
+    , aeson >= 0.7 && < 1.3
     , attoparsec < 0.14
     , bytestring >= 0.10 && < 0.11
     , clock >= 0.7 && < 0.8
@@ -150,5 +150,5 @@
 
 source-repository this
   type: git
-  tag: v1.1.2
+  tag: v1.1.2.1
   location: https://github.com/maoe/influxdb-haskell.git
