diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Changelog
 
+## 0.8.0.0 — 2026-09-26
+
+### Breaking Changes
+
+- Requires `keiro ^>=0.19.0.0`, `keiro-core ^>=0.19.0.0`, `kiroku-store ^>=0.9.0.1`,
+  `shibuya-core ^>=0.10.0.0`, `shibuya-kiroku-adapter ^>=0.5.1.5`, and `keiki ^>=0.9.1.0`.
+  Kiroku Store 0.9 writes a `category` on every `$all` row, which requires Kiroku migration `0012`
+  in the target database. Source and API are unchanged.
+
 ## 0.7.0.0 — 2026-09-18
 
 ### Breaking Changes
diff --git a/kioku-core.cabal b/kioku-core.cabal
--- a/kioku-core.cabal
+++ b/kioku-core.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: kioku-core
-version: 0.7.0.0
+version: 0.8.0.0
 synopsis: Reusable agent memory runtime
 description:
   Core runtime for kioku. M1 establishes the application effect stack; later
@@ -131,15 +131,15 @@
     hasql-pool >=1.2 && <1.5,
     hasql-transaction >=1.0 && <1.3,
     hs-opentelemetry-api >=1.0 && <1.1,
-    keiki ^>=0.9.0.0,
-    keiro ^>=0.17.0.0,
-    keiro-core ^>=0.17.0.0,
-    kioku-api ^>=0.7.0.0,
-    kiroku-store ^>=0.8.0.0,
+    keiki ^>=0.9.1.0,
+    keiro ^>=0.19.0.0,
+    keiro-core ^>=0.19.0.0,
+    kioku-api ^>=0.8.0.0,
+    kiroku-store ^>=0.9.0.1,
     lens >=5.2 && <5.4,
     mmzk-typeid >=0.7 && <0.8,
-    shibuya-core ^>=0.9.0.0,
-    shibuya-kiroku-adapter ^>=0.5.1.1,
+    shibuya-core ^>=0.10.0.0,
+    shibuya-kiroku-adapter ^>=0.5.1.5,
     shikumi ^>=0.4.0.0,
     shikumi-trace ^>=0.3.0.0,
     text >=2.1 && <2.2,
@@ -199,14 +199,14 @@
     generic-lens >=2.2 && <2.4,
     hasql >=1.6,
     hasql-transaction >=1.0,
-    keiro ^>=0.17.0.0,
-    keiro-core ^>=0.17.0.0,
-    kioku-api ^>=0.7.0.0,
-    kioku-core ^>=0.7.0.0,
-    kioku-migrations:test-support ^>=0.7.0.0,
-    kiroku-store ^>=0.8.0.0,
+    keiro ^>=0.19.0.0,
+    keiro-core ^>=0.19.0.0,
+    kioku-api ^>=0.8.0.0,
+    kioku-core ^>=0.8.0.0,
+    kioku-migrations:test-support ^>=0.8.0.0,
+    kiroku-store ^>=0.9.0.1,
     lens >=5.2,
-    shibuya-core ^>=0.9.0.0,
+    shibuya-core ^>=0.10.0.0,
     shikumi ^>=0.4.0.0,
     shikumi-trace ^>=0.3.0.0,
     tasty >=1.5,
