diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## 0.5.1.0 — 2026-08-29
+
+### Changed
+
+- Version bump only, to stay on Kioku's shared version while `kioku-core`
+  upgrades to the Baikai 0.6 cohort. No migration payload or composed plan changed.
+
 ## 0.5.0.0 — 2026-08-22
 
 ### 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.5.0.0
+version:            0.5.1.0
 synopsis:           Schema migrations for kioku
 description:
   Owns kioku schema evolution as a native pg-migrate component and composes
@@ -76,7 +76,7 @@
     , base                     >=4.18     && <5
     , ephemeral-pg             ^>=0.2.2.0
     , hasql                    >=1.10     && <1.11
-    , kioku-migrations         ^>=0.5.0.0
+    , kioku-migrations         ^>=0.5.1.0
     , pg-migrate-test-support  ^>=1.1.0.0
     , text                     >=2.0      && <2.2
 
@@ -94,7 +94,7 @@
     , containers                     >=0.6       && <0.8
     , hasql                          >=1.6
     , keiro-migrations               ^>=0.14.0.0
-    , kioku-migrations               ^>=0.5.0.0
+    , kioku-migrations               ^>=0.5.1.0
     , kioku-migrations:test-support
     , kiroku-store-migrations        ^>=0.4.0.0
     , pg-migrate                     ^>=1.1.0.0
