diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,15 @@
 
 ## [Unreleased]
 
+## 0.19.0.0 — 2026-09-25
+
+### Breaking Changes
+
+- Require `kiroku-store >=0.9.0.1 && <0.10`, `kiroku-store-migrations
+  ^>=0.6.0.0`, and `pg-migrate ^>=1.2.0.0`. Fixture databases now include
+  Kiroku migration `0012`. The version moves in lockstep with the rest of the
+  packages, and the `keiro-migrations` bound is raised accordingly.
+
 ## 0.18.0.0 — 2026-09-20
 
 
diff --git a/keiro-test-support.cabal b/keiro-test-support.cabal
--- a/keiro-test-support.cabal
+++ b/keiro-test-support.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: keiro-test-support
-version: 0.18.0.0
+version: 0.19.0.0
 synopsis: Shared PostgreSQL test fixtures for Keiro test suites
 description:
   Suite-level ephemeral-PostgreSQL fixtures shared by the Keiro test
@@ -58,10 +58,10 @@
     ephemeral-pg >=0.3.1 && <0.4,
     hasql >=1.10 && <1.11,
     hasql-pool >=1.2 && <1.5,
-    keiro-migrations ^>=0.18.0.0,
-    kiroku-store >=0.8 && <0.9,
-    kiroku-store-migrations ^>=0.4.0.0,
-    pg-migrate ^>=1.1.0.0,
+    keiro-migrations ^>=0.19.0.0,
+    kiroku-store >=0.9.0.1 && <0.10,
+    kiroku-store-migrations ^>=0.6.0.0,
+    pg-migrate ^>=1.2.0.0,
     stm >=2.5 && <2.6,
     text >=2.1 && <2.2,
     unix >=2.8 && <2.9,
