diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.1.0
+
+* Bumped the text-show upper bound. (text-show added some instances.)
+
 # 0.3.0.2
 
 * 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,10 +1,10 @@
 name:                text-all
-version:             0.3.0.2
+version:             0.3.1.0
 synopsis:            Everything Data.Text related in one package
 description:
   Everything @Data.Text@-related in one package.
   .
-  Note: this package does follow PVP.
+  Note: this package follows PVP.
 homepage:            http://github.com/aelve/text-all
 bug-reports:         http://github.com/aelve/text-all/issues
 license:             BSD3
@@ -29,7 +29,7 @@
   -- other-extensions:    
   build-depends:       base >=4.5 && <5
                      , text ==1.2.2.*
-                     , text-show >=3.2 && <3.5
+                     , text-show >=3.2 && <3.7
                      , text-format ==0.3.1.*
   ghc-options:         -Wall -fno-warn-unused-do-bind
   hs-source-dirs:      lib
