diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for network-uri-json
 
+## 0.1.1.0  -- 2017-12-21
+
+* Bump dependencies on aeson and QuickCheck
+
 ## 0.1.0.0  -- 2017-11-11
 
 * First version.
diff --git a/network-uri-json.cabal b/network-uri-json.cabal
--- a/network-uri-json.cabal
+++ b/network-uri-json.cabal
@@ -1,5 +1,5 @@
 name:                network-uri-json
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            FromJSON and ToJSON Instances for Network.URI
 
 description:
@@ -44,7 +44,7 @@
   other-modules:
 
   build-depends:
-      aeson       >= 0.8 && < 1.2
+      aeson       >= 0.8 && < 1.3
     , base        >= 4.6 && < 4.12
     , network-uri == 2.6.*
     , text        == 1.2.*
@@ -74,11 +74,11 @@
       hspec-discover:hspec-discover == 2.4.*
 
   build-depends:
-      aeson          >= 0.8 && < 1.2
+      aeson          >= 0.8 && < 1.3
     , base           >= 4.6 && < 4.12
     , hspec          == 2.4.*
     , network-uri    == 2.6.*
-    , QuickCheck     == 2.9.*
+    , QuickCheck     >= 2.9 && < 2.11
     , test-invariant == 0.4.*
     , text           == 1.2.*
 
