diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 1.0.0.1
+
+### Non breaking changes
+
+* Support `ghc-9.6`.
+
 ## 1.0.0.0
 
 * initial version
diff --git a/si-timers.cabal b/si-timers.cabal
--- a/si-timers.cabal
+++ b/si-timers.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                si-timers
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            timers using SI units (seconds)
 description:
   Timers using SI units (seconds) which are safe on 32-bit platforms and
@@ -16,7 +16,7 @@
 build-type:          Simple
 extra-source-files:  CHANGELOG.md
                      README.md
-tested-with:         GHC == { 8.10, 9.2, 9.4 }
+tested-with:         GHC == { 8.10, 9.2, 9.4, 9.6 }
 
 flag asserts
   description: Enable assertions
@@ -54,7 +54,7 @@
                        NumericUnderscores,
                        ScopedTypeVariables,
                        TypeFamilies
-  build-depends:       base              >=4.9 && <4.18,
+  build-depends:       base              >=4.9 && <4.19,
                        mtl,
                        stm,
                        time              >=1.9.1 && <1.13,
