diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for influxdb
 
+## v1.6.0.8 - 2018-09-04
+
+* Relax upper version bound for QuickCheck
+
 ## v1.6.0.7 - 2018-07-23
 
 * Relax upper version bound for base to support GHC 8.6 (#69)
diff --git a/influxdb.cabal b/influxdb.cabal
--- a/influxdb.cabal
+++ b/influxdb.cabal
@@ -1,5 +1,5 @@
 name: influxdb
-version: 1.6.0.7
+version: 1.6.0.8
 synopsis: Haskell client library for InfluxDB
 description:
   @influxdb@ is a Haskell client library for InfluxDB.
@@ -99,7 +99,7 @@
   build-depends:
       base
     , doctest >= 0.11.3 && < 0.17
-    , QuickCheck >= 2.10 && < 2.12
+    , QuickCheck >= 2.10 && < 2.13
     , influxdb
     , template-haskell
   ghc-options: -Wall -threaded
