diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,12 @@
+Version 0.0.1.2
+===============
+
+Updated pipes upper bound (thanks to Gabriel Gonzalez).
+
 Version 0.0.1.1
 ===============
 
-Renamec the change log from CHANGES.md to CHANGELOG so
+Renamed the change log from CHANGES.md to CHANGELOG so
 that Hackage will display it.
 
 Minor HLint changes (no change in behavior or API).
diff --git a/mcpi.cabal b/mcpi.cabal
--- a/mcpi.cabal
+++ b/mcpi.cabal
@@ -1,5 +1,5 @@
 Name:           mcpi
-Version:        0.0.1.1
+Version:        0.0.1.2
 Homepage:       https://github.com/DougBurke/hmcpi
 Bug-Reports:    https://github.com/DougBurke/hmcpi/issues
 Stability:      experimental
@@ -167,7 +167,7 @@
    Build-Depends:
       base,
       network,
-      pipes >= 4.0 && < 4.1
+      pipes >= 4.0 && < 4.2
 
 Executable         debugmcpi
    if !flag(build-debug)
