diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## 0.8.0.0 — 2026-09-26
+
+### Changed
+
+- Version bump only, preserving the shared Kioku release cohort while the runtime moves to Keiro
+  0.19 and Kiroku Store 0.9. This package's source and API are unchanged.
+
 ## 0.7.0.0 — 2026-09-18
 
 ### Changed
diff --git a/kioku-api.cabal b/kioku-api.cabal
--- a/kioku-api.cabal
+++ b/kioku-api.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: kioku-api
-version: 0.7.0.0
+version: 0.8.0.0
 synopsis: Reusable agent memory wire types
 description:
   Wire contract for kioku: custom prelude, TypeID identifiers, memory
@@ -87,7 +87,7 @@
     base >=4.21 && <5,
     bytestring >=0.11 && <0.13,
     containers >=0.6 && <0.8,
-    kioku-api ^>=0.7.0.0,
+    kioku-api ^>=0.8.0.0,
     tasty >=1.5 && <1.6,
     tasty-hunit >=0.10 && <0.11,
     text >=2.1 && <2.2,
