diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 `unicode-collation` uses [PVP Versioning](https://pvp.haskell.org).
 
+## 0.1.3.2
+
+  * Allow text 2.0.
+
 ## 0.1.3.1
 
   * Allow base 4.16 (so the library can compile with ghc 9.2).
diff --git a/unicode-collation.cabal b/unicode-collation.cabal
--- a/unicode-collation.cabal
+++ b/unicode-collation.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                unicode-collation
-version:             0.1.3.1
+version:             0.1.3.2
 synopsis:            Haskell implementation of the Unicode Collation Algorithm
 description:         This library provides a pure Haskell implementation of
                      the Unicode Collation Algorithm described at
@@ -26,13 +26,12 @@
                      data/tailorings/*.txt
                      data/cjk/*.txt
                      test/uca-collation-test/*.txt
-tested-with:         GHC == 8.0.2
-                     GHC == 8.2.2
-                     GHC == 8.4.4
+tested-with:         GHC == 8.4.4
                      GHC == 8.6.5
                      GHC == 8.8.3
-                     GHC == 8.10.3
+                     GHC == 8.10.7
                      GHC == 9.0.1
+                     GHC == 9.2.2
 
 source-repository head
   type:                git
@@ -48,7 +47,7 @@
   Default:             False
 
 common common-options
-  build-depends:       base >= 4.9 && < 4.17
+  build-depends:       base >= 4.11 && < 4.17
 
   ghc-options:         -Wall
                        -Wcompat
@@ -84,7 +83,7 @@
                      , th-lift-instances
                      , containers
                      , binary
-                     , text >= 1.2 && < 1.3
+                     , text >= 1.2 && < 2.1
                      , parsec
 
   other-extensions:    TemplateHaskell
