diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
 # Revision history for hadoop-streaming
 
-## 0.2.0.1 -- 2020-04-06
+## 0.2.0.3 -- 2020-05-18
+
+* Update text lower bound.
+
+## 0.2.0.2 -- 2020-04-06
 
 * Add test files to the tarball.
 
diff --git a/hadoop-streaming.cabal b/hadoop-streaming.cabal
--- a/hadoop-streaming.cabal
+++ b/hadoop-streaming.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.4
 
 name:                hadoop-streaming
-version:             0.2.0.2
+version:             0.2.0.3
 synopsis:            A simple Hadoop streaming library
 description:
   A simple Hadoop streaming library based on <https://hackage.haskell.org/package/conduit conduit>,
@@ -44,7 +44,7 @@
       bytestring >=0.10 && <0.11,
       conduit >= 1.3.1 && <1.4,
       extra >= 1.6.18 && <1.8,
-      text >=1.2.4.0 && <1.3
+      text >=1.2.2.0 && <1.3
   default-language: Haskell2010
 
 test-suite hspec
