diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Revsion history of io-classes
 
+## next
+
+### Breaking changes
+
+### Non-breaking changes
+
+## 1.10.1.0
+
+### Non-breaking changes
+
+* Support `ghc-9.14`
+
 ## 1.10.0.0
 
 ### Breaking changes
diff --git a/io-classes.cabal b/io-classes.cabal
--- a/io-classes.cabal
+++ b/io-classes.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.4
 name:                io-classes
-version:             1.10.0.0
+version:             1.10.1.0
 synopsis:            Type classes for concurrency with STM, ST and timing
 description:
   IO Monad class hierarchy compatible with:
@@ -38,7 +38,7 @@
 build-type:          Simple
 extra-doc-files:     CHANGELOG.md README.md strict-stm/README.md strict-mvar/README.md
 bug-reports:         https://github.com/input-output-hk/io-sim/issues
-tested-with:         GHC == { 9.6, 9.8, 9.10, 9.12 }
+tested-with:         GHC == { 9.6, 9.8, 9.10, 9.12, 9.14 }
 
 source-repository head
   type:     git
@@ -90,7 +90,7 @@
                        Control.Monad.Class.MonadUnique
   default-language:    GHC2021
   default-extensions:  LambdaCase
-  build-depends:       base  >=4.16 && <4.22,
+  build-depends:       base  >=4.16 && <4.23,
                        array,
                        async >=2.1 && <2.3,
                        bytestring,
