diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [0.3.1.3](https://github.com/PiotrJustyna/wyvern/tree/0.3.1.2) (2026-01-22)
+
+- resolved issue 52 - support for text 2.1.3: https://github.com/PiotrJustyna/wyvern/issues/52
+
 ## [0.3.1.1](https://github.com/PiotrJustyna/wyvern/tree/0.3.1.1) (2026-01-21)
 
 - resolved issue 50 - support for GHC 9.14.1 and base 4.22.0.0: https://github.com/PiotrJustyna/wyvern/issues/50
diff --git a/wyvern-diagrams.cabal b/wyvern-diagrams.cabal
--- a/wyvern-diagrams.cabal
+++ b/wyvern-diagrams.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.4
 name:               wyvern-diagrams
-version:            0.3.1.1
+version:            0.3.1.3
 synopsis:           Simple flowchart diagrams. Inspired by DRAKON.
 description:        Wyvern combines syntax and rendering engine
                     for simple, DRAKON-like flowcharts.
@@ -38,7 +38,7 @@
                       -- MIT
                       colour >= 2.3.6 && < 2.3.7,
                       -- BSD-2-Clause
-                      text >= 2.1.2 && < 2.1.3,
+                      text >= 2.1.2 && < 2.2.1,
                       -- BSD-3-Clause
                       diagrams-lib >= 1.5.1 && < 1.5.2,
                       -- BSD-3-Clause
