diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.6.2.2
+-------
+
+- Allow text-1.2.
+
 0.6.2.0
 -------
 
diff --git a/process-streaming.cabal b/process-streaming.cabal
--- a/process-streaming.cabal
+++ b/process-streaming.cabal
@@ -1,5 +1,5 @@
 name:          process-streaming
-version:       0.6.2.1
+version:       0.6.2.2
 license:       BSD3
 license-file:  LICENSE
 data-files:    
@@ -32,7 +32,7 @@
         pipes >= 4.1.2 && < 4.2,
         pipes-bytestring >= 2.1.0 && < 2.2,
         pipes-text >= 0.0.0.10 && < 0.0.2,
-        text >= 0.11.2 && < 1.2,
+        text >= 0.11.2 && < 1.2.1,
         pipes-concurrency >= 2.0.2 && < 3,
         pipes-safe >= 2.2.0 && < 3,
         pipes-parse >=3.0.1 && <3.1,
