diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Revsion history of strict-mvar
 
+## 1.0.0.1
+
+### Non breaking changes
+
+* Support `ghc-9.6`.
+
 ## 1.0.0.0
 
 ## 0.1.0.0
diff --git a/strict-mvar.cabal b/strict-mvar.cabal
--- a/strict-mvar.cabal
+++ b/strict-mvar.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                strict-mvar
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            Strict MVars for IO and IOSim
 description:
   Strict @MVar@ interface compatible with
@@ -17,7 +17,7 @@
 build-type:          Simple
 extra-source-files:  CHANGELOG.md
                      README.md
-tested-with:         GHC == { 8.10.7, 9.2.5, 9.4.4 }
+tested-with:         GHC == { 8.10, 9.2, 9.4, 9.6 }
 
 source-repository head
   type:     git
@@ -34,7 +34,7 @@
 
   exposed-modules:     Control.Concurrent.Class.MonadMVar.Strict
   default-language:    Haskell2010
-  build-depends:       base        >= 4.9 && <4.18,
+  build-depends:       base        >= 4.9 && <4.19,
                        io-classes ^>= 1.0
   ghc-options:         -Wall
                        -Wno-unticked-promoted-constructors
