diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for sayable
 
+## 1.2.7.0 -- 2026-06-22
+
+* Support for GHC 9.14.
+
 ## 1.2.6.0 -- 2025-08-18
 
 * Update constraints to support GHC 8.8 through 9.12.
diff --git a/sayable.cabal b/sayable.cabal
--- a/sayable.cabal
+++ b/sayable.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               sayable
-version:            1.2.6.0
+version:            1.2.7.0
 synopsis: Construction of context-adjusted pretty output
 description:
    .
@@ -22,7 +22,8 @@
 build-type:         Simple
 extra-doc-files:    CHANGELOG.md
                     README.md
-tested-with:        GHC == 9.12
+tested-with:        GHC == 9.14
+                  , GHC == 9.12
                   , GHC == 9.10
                   , GHC == 9.8
                   , GHC == 9.6
@@ -55,7 +56,7 @@
     hs-source-dirs:   .
     default-language: Haskell2010
     exposed-modules:  Text.Sayable
-    build-depends:    base >= 4.13 && < 4.22
+    build-depends:    base >= 4.13 && < 4.23
                     , containers
                     , exceptions
                     , bytestring
