diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Unreleased
 
+# 0.6.0.0
+
+* Support GHC 9.4.
+
 # 0.2.0.2
 
 * Bugfix: Chronos treats months as zero-based, while `mkDate` uses 1-base.
diff --git a/polysemy-chronos.cabal b/polysemy-chronos.cabal
--- a/polysemy-chronos.cabal
+++ b/polysemy-chronos.cabal
@@ -1,11 +1,11 @@
 cabal-version: 2.2
 
--- This file has been generated from package.yaml by hpack version 0.34.7.
+-- This file has been generated from package.yaml by hpack version 0.35.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-chronos
-version:        0.5.1.0
+version:        0.6.0.0
 synopsis:       Polysemy effects for Chronos
 description:    See https://hackage.haskell.org/package/polysemy-chronos/docs/Polysemy-Chronos.html
 category:       Time
@@ -98,7 +98,7 @@
   build-depends:
       base >=4.12 && <5
     , chronos >=1.1.1 && <1.2
-    , incipit-core >=0.3
+    , incipit-core >=0.4
     , polysemy-time
   mixins:
       base hiding (Prelude)
@@ -179,7 +179,7 @@
   build-depends:
       base >=4.12 && <5
     , chronos
-    , incipit-core >=0.3
+    , incipit-core >=0.4
     , polysemy-chronos
     , polysemy-test >=0.6
     , polysemy-time
