diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3.1.4 & 3.1.5
+
+- Bump dependency on 'text'
 
 3.1.3
 
diff --git a/parsec.cabal b/parsec.cabal
--- a/parsec.cabal
+++ b/parsec.cabal
@@ -1,5 +1,5 @@
 name:		parsec
-version:	3.1.4
+version:	3.1.5
 cabal-version: >= 1.6
 license:	BSD3
 license-file:	LICENSE
@@ -25,7 +25,7 @@
 source-repository this
     type: darcs
     location: http://code.haskell.org/parsec3
-    tag: 3.1.4
+    tag: 3.1.5
 
 flag base4
     Description: Use base-4.*
@@ -63,6 +63,6 @@
     else
         build-depends: base >= 3.0.3 && < 4
         cpp-options: -DBASE3
-    build-depends: mtl, bytestring, text >= 0.2 && < 1.1
+    build-depends: mtl, bytestring, text >= 0.2 && < 1.2
     extensions:	ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP
     ghc-options:	-O2
