diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.2.0.3
+=======
+    - Allow text 1.2.
+
 0.2.0.1
 =======
     - Dependency bump in network-simple that solves Windows compilation
@@ -7,4 +11,4 @@
 =======
 
     - Removed some unused dependencies.
-    - Bumped the mininum required trasnformers version.
+    - Bumped the mininum required transformers version.
diff --git a/colchis.cabal b/colchis.cabal
--- a/colchis.cabal
+++ b/colchis.cabal
@@ -1,5 +1,5 @@
 name:          colchis
-version:       0.2.0.2
+version:       0.2.0.3
 license:       BSD3
 license-file:  LICENSE
 data-files:    
@@ -36,7 +36,7 @@
         pipes-network >= 0.6.4 && < 0.7,
         network-simple >= 0.4.0.2 && <= 0.5,
         aeson >=0.7 && < 0.9,
-        text >= 0.11.2 && < 1.2,
+        text >= 0.11.2 && < 1.2.1,
         conceit >= 0.2.1 && < 0.3,
         network >= 2.4
 
