diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+# Version 0.4.0.4
+
+* Upper bound dependency bumps (lens-family-core).
+
+
 # Version 0.4.0.3
 
 * Upper bound dependency bumps (pipes-bytestring).
diff --git a/pipes-binary.cabal b/pipes-binary.cabal
--- a/pipes-binary.cabal
+++ b/pipes-binary.cabal
@@ -1,5 +1,5 @@
 name:               pipes-binary
-version:            0.4.0.3
+version:            0.4.0.4
 license:            BSD3
 license-file:       LICENSE
 copyright:          Copyright (c) Renzo Carbonara 2013-2014
@@ -46,7 +46,7 @@
         , binary           >= 0.6     && < 0.8
         , bytestring       >= 0.9.2.1
         , ghc-prim
-        , lens-family-core >= 1.0     && < 1.1
+        , lens-family-core >= 1.0     && < 1.3
         , pipes            >= 4.0     && < 4.2
         , pipes-binary
         , pipes-parse      >= 3.0     && < 3.1
