diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.6.1.1
+    * Bump `text` dependency to allow 1.2
+
 - 0.6.1.0
     * Add the `null` query to Text.Blaze.Internal.
 
diff --git a/blaze-markup.cabal b/blaze-markup.cabal
--- a/blaze-markup.cabal
+++ b/blaze-markup.cabal
@@ -1,5 +1,5 @@
 Name:         blaze-markup
-Version:      0.6.1.0
+Version:      0.6.1.1
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:      BSD3
@@ -36,7 +36,7 @@
   Build-depends:
     base          >= 4    && < 5,
     blaze-builder >= 0.2  && < 0.4,
-    text          >= 0.10 && < 1.2,
+    text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11
 
 Test-suite blaze-markup-tests
@@ -59,7 +59,7 @@
     -- Copied from regular dependencies...
     base          >= 4    && < 5,
     blaze-builder >= 0.2  && < 0.4,
-    text          >= 0.10 && < 1.2,
+    text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11
 
 Source-repository head
