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; nothing in this package's own code changed.
+
 ## 0.4.0.0 — 2026-08-17
 
 ### Breaking Changes
diff --git a/kioku-migrations.cabal b/kioku-migrations.cabal
--- a/kioku-migrations.cabal
+++ b/kioku-migrations.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               kioku-migrations
-version:            0.4.0.0
+version:            0.4.1.0
 synopsis:           Schema migrations for kioku
 description:
   Owns kioku schema evolution as a native pg-migrate component and composes
@@ -75,7 +75,7 @@
     , base                     >=4.18     && <5
     , ephemeral-pg             ^>=0.2.2.0
     , hasql                    >=1.10     && <1.11
-    , kioku-migrations         ^>=0.4.0.0
+    , kioku-migrations         ^>=0.4.1.0
     , pg-migrate-test-support  ^>=1.1.0.0
     , text                     >=2.0      && <2.2
 
@@ -91,7 +91,7 @@
   build-depends:
     , base                           >=4.18     && <5
     , hasql                          >=1.6
-    , kioku-migrations               ^>=0.4.0.0
+    , kioku-migrations               ^>=0.4.1.0
     , kioku-migrations:test-support
     , kiroku-store-migrations        ^>=0.4.0.0
     , pg-migrate                     ^>=1.1.0.0
