diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for repl-alliance
 
+## 0.1.1.0 -- 2026-05-28
+
+* Support GHC 9.14
+* Drop support for 9.6
+
 ## 0.1.0.1 -- 2026-03-28
 
 * Fix an error in README
diff --git a/repl-alliance.cabal b/repl-alliance.cabal
--- a/repl-alliance.cabal
+++ b/repl-alliance.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               repl-alliance
-version:            0.1.0.1
+version:            0.1.1.0
 synopsis:           Currated set of plugins for REPL based development
 description:        Currated set of plugins for REPL based development providing some IDE-like functionality
 license:            BSD-3-Clause
@@ -27,7 +27,7 @@
     -- other-modules:
     -- other-extensions:
     build-depends:    base < 4.23,
-                      ghc >= 9.6 && < 9.13,
+                      ghc >= 9.8 && < 9.15,
                       pinned-warnings,
                       auto-extract,
                       auto-export,
