diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## 0.4.1.0 — 2026-08-18
+
+### Changed
+
+- Version bump only, to stay on the shared Kioku version. The release moves `kioku-core` onto the
+  Baikai 0.5 cohort; this package is unchanged apart from its internal dependency bounds.
+
 ## 0.4.0.0 — 2026-08-17
 
 ### Breaking Changes
diff --git a/kioku-migrate.cabal b/kioku-migrate.cabal
--- a/kioku-migrate.cabal
+++ b/kioku-migrate.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            kioku-migrate
-version:         0.4.0.0
+version:         0.4.1.0
 synopsis:        The kioku schema migration entry point
 description:
   Applies kioku's migration chain and then reconciles keiro's read-model
@@ -49,8 +49,8 @@
     , base                    >=4.21     && <5
     , bytestring              >=0.12     && <0.13
     , hasql                   >=1.10     && <1.11
-    , kioku-core              ^>=0.4.0.0
-    , kioku-migrations        ^>=0.4.0.0
+    , kioku-core              ^>=0.4.1.0
+    , kioku-migrations        ^>=0.4.1.0
     , kiroku-store            ^>=0.8.0.0
     , optparse-applicative    >=0.17     && <0.20
     , pg-migrate              ^>=1.1.0.0
