diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## v0.3.3 - 2014-06-03
+## v0.3.0.1
+
+* Allow exceptions-0.6 (@jwlato)
+
+## v0.3.0 - 2014-06-03
 
 * Support for InfluxDB v0.7
     * Renamed `username` field for `/cluster_admins` to `user`
diff --git a/influxdb.cabal b/influxdb.cabal
--- a/influxdb.cabal
+++ b/influxdb.cabal
@@ -1,5 +1,5 @@
 name: influxdb
-version: 0.3.0
+version: 0.3.0.1
 synopsis: Haskell client library for InfluxDB
 description: Haskell client library for InfluxDB
 homepage: https://github.com/maoe/influxdb-haskell
@@ -87,7 +87,7 @@
 
   if flag(retry-040)
     build-depends:
-        exceptions == 0.5.*
+        exceptions >= 0.5 && < 0.7
       , retry >= 0.4
   else
     build-depends:
@@ -141,5 +141,5 @@
 
 source-repository this
   type: git
-  tag: v0.3.0
+  tag: v0.3.0.1
   location: https://github.com/maoe/influxdb-haskell.git
