diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+# 0.4.1.5
+
+* Raise upper bound dependency on `aeson`.
+
+
 # 0.4.1.4
 
 * 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,5 +1,5 @@
 name:               pipes-aeson
-version:            0.4.1.4
+version:            0.4.1.5
 license:            BSD3
 license-file:       LICENSE
 copyright:          Copyright (c) Renzo Carbonara 2013-2015
@@ -30,7 +30,7 @@
                    Pipes.Aeson.Unchecked
   other-modules:   Pipes.Aeson.Internal
   build-depends:
-      aeson            (>=0.6.1 && <0.10)
+      aeson            (>=0.6.1 && <0.11)
     , attoparsec       (>=0.10  && <0.14)
     , base             (>=4.5   && <5.0)
     , pipes            (>=4.1   && <4.2)
