diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## v0.7.1.1 - 2014-09-19
+
+* Relax upper bound for http-client
+* Set upper bounds for some packages
+
 ## v0.7.1 - 2014-09-16
 
 * Add more lenses
diff --git a/influxdb.cabal b/influxdb.cabal
--- a/influxdb.cabal
+++ b/influxdb.cabal
@@ -1,5 +1,5 @@
 name: influxdb
-version: 0.7.1
+version: 0.7.1.1
 synopsis: Haskell client library for InfluxDB
 description: Haskell client library for InfluxDB
 homepage: https://github.com/maoe/influxdb-haskell
@@ -67,22 +67,22 @@
   ghc-options: -Wall
   build-depends:
       base >= 4 && < 4.8
-    , attoparsec
+    , attoparsec < 0.13
     , bytestring
     , containers
     , data-default-class
     , dlist
     , exceptions >= 0.5 && < 0.7
-    , http-client < 0.4
+    , http-client < 0.5
     , mtl < 2.3
     , tagged
     , template-haskell
-    , text
+    , text < 1.3
     , vector
 
   if flag(aeson-070)
     build-depends:
-        aeson >= 0.7.0
+        aeson >= 0.7.0 && < 0.9
       , scientific >= 0.2
   else
     build-depends:
@@ -153,5 +153,5 @@
 
 source-repository this
   type: git
-  tag: v0.7.1
+  tag: v0.7.1.1
   location: https://github.com/maoe/influxdb-haskell.git
