diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,10 @@
+# 0.4.1.7
+
+* Raise upper bound dependency on `aeson`.
+
+* Raise upper bound dependency on `pipes`.
+
+
 # 0.4.1.6
 
 * Raise upper bound dependency on `aeson`.
diff --git a/pipes-aeson.cabal b/pipes-aeson.cabal
--- a/pipes-aeson.cabal
+++ b/pipes-aeson.cabal
@@ -1,12 +1,12 @@
 name:               pipes-aeson
-version:            0.4.1.6
+version:            0.4.1.7
 license:            BSD3
 license-file:       LICENSE
 copyright:          Copyright (c) Renzo Carbonara 2013-2016
 author:             Renzo Carbonara
 maintainer:         renzocarbonaraλgmail.com
 stability:          Experimental
-tested-with:        GHC ==7.10.3
+tested-with:        GHC ==7.10.3 GHC ==8.0.1
 homepage:           https://github.com/k0001/pipes-aeson
 bug-reports:        https://github.com/k0001/pipes-aeson/issues
 category:           Pipes, Parser
@@ -30,10 +30,10 @@
                    Pipes.Aeson.Unchecked
   other-modules:   Pipes.Aeson.Internal
   build-depends:
-      aeson            (>=0.6.1 && <0.12)
+      aeson            (>=0.6.1 && <1.1)
     , attoparsec       (>=0.10  && <0.14)
     , base             (>=4.5   && <5.0)
-    , pipes            (>=4.1   && <4.2)
+    , pipes            (>=4.1   && <4.3)
     , pipes-attoparsec (>=0.5   && <0.6)
     , pipes-bytestring (>=2.0   && <2.2)
     , pipes-parse      (>=3.0.1 && <3.1)
