diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.0.2
+
+* Bumped the text-show upper bound.
+
 # 0.3.0.1
 
 * Bumped the text-show upper bound.
diff --git a/text-all.cabal b/text-all.cabal
--- a/text-all.cabal
+++ b/text-all.cabal
@@ -1,5 +1,5 @@
 name:                text-all
-version:             0.3.0.1
+version:             0.3.0.2
 synopsis:            Everything Data.Text related in one package
 description:
   Everything @Data.Text@-related in one package.
@@ -29,7 +29,7 @@
   -- other-extensions:    
   build-depends:       base >=4.5 && <5
                      , text ==1.2.2.*
-                     , text-show >=3.2 && <3.4
+                     , text-show >=3.2 && <3.5
                      , text-format ==0.3.1.*
   ghc-options:         -Wall -fno-warn-unused-do-bind
   hs-source-dirs:      lib
