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.2.0 -- 2023-01-17
+
+* Updated sayable package upper bound to < 1.2.
+
 ## 1.1.1.0 -- 2022-12-28
 
 * Added optional Data.Name.JSON providing `JSONSchema` with Aeson `ToJSON` and
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.1.0
+version:            1.1.2.0
 synopsis:           A parameterized named text type and associated functionality.
 description:
   .
@@ -24,11 +24,11 @@
 license-file:       LICENSE
 author:             Kevin Quick
 maintainer:         kquick@galois.com
-copyright:          Galois Inc, 2022
+copyright:          Galois Inc, 2023
 category:           Data
 build-type:         Simple
 extra-doc-files:    CHANGELOG.md
-tested-with:        GHC == 9.4.2, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4
+tested-with:        GHC == 9.4.4, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4
 
 source-repository head
   type: git
@@ -62,7 +62,7 @@
                     , deepseq
                     , hashable
                     , prettyprinter >= 1.7.0 && < 1.8
-                    , sayable >= 1.0 && < 1.1
+                    , sayable >= 1.0 && < 1.2
                     , text
     exposed-modules:  Data.Name
     if flag(with-json)
