diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for named-text
 
+## 1.1.3.0 -- 2023-06-20
+
+* Allow build with GHC 9.6.
+
 ## 1.1.2.0 -- 2023-01-17
 
 * Updated sayable package upper bound to < 1.2.
diff --git a/named-text.cabal b/named-text.cabal
--- a/named-text.cabal
+++ b/named-text.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               named-text
-version:            1.1.2.0
+version:            1.1.3.0
 synopsis:           A parameterized named text type and associated functionality.
 description:
   .
@@ -58,7 +58,7 @@
     import:           bldspec
     hs-source-dirs:   .
     default-language: Haskell2010
-    build-depends:    base >= 4.13 && < 4.18
+    build-depends:    base >= 4.13 && < 4.19
                     , deepseq
                     , hashable
                     , prettyprinter >= 1.7.0 && < 1.8
