diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
 
 ## [Unreleased]
 
+## 0.8.0.0 — 2026-08-01
+
+No changes this release. Version moves with the package set.
+
 ## 0.7.0.0 — 2026-08-01
 
 ### Breaking Changes
diff --git a/keiro.cabal b/keiro.cabal
--- a/keiro.cabal
+++ b/keiro.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            keiro
-version:         0.7.0.0
+version:         0.8.0.0
 synopsis:        Event sourcing framework and workflow engine
 description:
   A library that composes kiroku, keiki, and shibuya into an
@@ -122,7 +122,7 @@
     , hs-opentelemetry-semantic-conventions  >=1.40     && <2
     , keiki                                  >=0.7      && <0.8
     , keiki-codec-json                       >=0.7      && <0.8
-    , keiro-core                             ^>=0.7.0.0
+    , keiro-core                             ^>=0.8.0.0
     , kiroku-store                           >=0.3      && <0.4
     , lens                                   >=5.2      && <5.4
     , mmzk-typeid                            >=0.7      && <0.8
@@ -190,7 +190,7 @@
     , hs-opentelemetry-api  >=1.0      && <1.1
     , hs-opentelemetry-sdk  >=1.0      && <1.1
     , keiro
-    , keiro-core            ^>=0.7.0.0
+    , keiro-core            ^>=0.8.0.0
     , keiro-test-support
     , kiroku-store          >=0.3      && <0.4
     , tasty-bench           >=0.4
