diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+# Version 0.5.1.2
+
+* Bump upper bound dependency on `attoparsec`.
+
+
 # Version 0.5.1.1
 
 * Bump upper bound dependency on `text`.
diff --git a/pipes-attoparsec.cabal b/pipes-attoparsec.cabal
--- a/pipes-attoparsec.cabal
+++ b/pipes-attoparsec.cabal
@@ -1,5 +1,5 @@
 name:               pipes-attoparsec
-version:            0.5.1.1
+version:            0.5.1.2
 license:            BSD3
 license-file:       LICENSE
 copyright:          Copyright (c) Renzo Carbonara 2012-2014, Paolo Capriotti 2012
@@ -28,7 +28,7 @@
   exposed-modules: Pipes.Attoparsec
   build-depends:
       base         (>=4.5      && <5.0)
-    , attoparsec   (>=0.10     && <0.13)
+    , attoparsec   (>=0.10     && <0.14)
     , bytestring   (>=0.9.2.1  && <0.11)
     , pipes        (>=4.1      && <4.2)
     , pipes-parse  (>=3.0.1    && <3.1)
