diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* 0.2.0.3
+  
+  Loosen 'text' dependency to '>= 0.10 && < 0.12'
 
 * 0.2.0.2
 
diff --git a/blaze-builder.cabal b/blaze-builder.cabal
--- a/blaze-builder.cabal
+++ b/blaze-builder.cabal
@@ -1,5 +1,5 @@
 Name:                blaze-builder
-Version:             0.2.0.2
+Version:             0.2.0.3
 Synopsis:            Efficient construction of bytestrings.
 
 Description:         
@@ -53,4 +53,4 @@
   -- FIXME: Ensure dependencies are strict enough
   build-depends:     base == 4.* ,
                      bytestring == 0.9.* ,
-                     text == 0.10.*
+                     text >= 0.10 && < 0.12
