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.3
+
+  + Allow base 4.17.  Closes #12.
+
 ## 0.1.3.2
 
   * Allow text 2.0.
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.2
+version:             0.1.3.3
 synopsis:            Haskell implementation of the Unicode Collation Algorithm
 description:         This library provides a pure Haskell implementation of
                      the Unicode Collation Algorithm described at
@@ -32,6 +32,7 @@
                      GHC == 8.10.7
                      GHC == 9.0.1
                      GHC == 9.2.2
+                     GHC == 9.4.2
 
 source-repository head
   type:                git
@@ -47,7 +48,7 @@
   Default:             False
 
 common common-options
-  build-depends:       base >= 4.11 && < 4.17
+  build-depends:       base >= 4.11 && < 4.18
 
   ghc-options:         -Wall
                        -Wcompat
