diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,4 +10,8 @@
 
 ## 0.3.0.0 -- 2023-09-29
 
-* Splitting the package with FiniteCategoriesGraphViz. Colimit of composition graphs.
+* Splitting the package with FiniteCategoriesGraphViz. Colimit of composition graphs.
+
+### 0.3.0.1 -- 2023-09-29
+
+* Broadening range of text bounds.
diff --git a/FiniteCategories.cabal b/FiniteCategories.cabal
--- a/FiniteCategories.cabal
+++ b/FiniteCategories.cabal
@@ -14,7 +14,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:            0.3.0.0
+version:            0.3.0.1
 
 -- A short (one-line) description of the package.
 synopsis: Finite categories and usual categorical constructions on them.
@@ -129,7 +129,7 @@
                         random           >= 1.2.1 && < 1.3,
                         WeakSets         >= 1.4.0.1 && < 1.4.0.2,
                         containers       >= 0.6.6.0 && < 0.7,
-                        text             >= 2.1 && < 2.2,
+                        text             >= 1.0 && < 2.2,
                         filepath         >= 1.4.100.1 && < 1.5,
                         directory        >= 1.3.8.1 && < 1.4,
                         
@@ -159,7 +159,7 @@
                         random           >= 1.2.1 && < 1.3,
                         WeakSets         >= 1.4.0.1 && < 1.4.0.2,
                         containers       >= 0.6.6.0 && < 0.7,
-                        text             >= 2.1 && < 2.2,
+                        text             >= 1.0 && < 2.2,
                         filepath         >= 1.4.100.1 && < 1.5,
                         directory        >= 1.3.8.1 && < 1.4,
     other-modules:  CheckAllFiniteCategories
