diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,15 @@
 
 ## Unreleased
 
+## 0.13.0.0 — 2026-08-17
+
+### Breaking Changes
+
+- Requires `kiroku-store >=0.8 && <0.9`, replacing the previous `>=0.7 && <0.8`
+  bound.
+- Requires the lockstep `keiro ^>=0.13.0.0`, `keiro-pgmq ^>=0.13.0.0`, and
+  `keiro-migrations ^>=0.13.0.0`.
+
 ## 0.12.0.0 — 2026-08-14
 
 ### Breaking Changes
diff --git a/keiro-ops.cabal b/keiro-ops.cabal
--- a/keiro-ops.cabal
+++ b/keiro-ops.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            keiro-ops
-version:         0.12.0.0
+version:         0.13.0.0
 synopsis:        Operational command-line interface for Keiro deployments
 description:
   A standalone database-only console and embeddable command tree for inspecting
@@ -68,10 +68,10 @@
     , effectful             >=2.6       && <2.7
     , effectful-core        >=2.6       && <2.7
     , hasql                 >=1.10      && <1.11
-    , keiro                 ^>=0.12.0.0
-    , keiro-migrations      ^>=0.12.0.0
-    , keiro-pgmq            ^>=0.12.0.0
-    , kiroku-store          >=0.7       && <0.8
+    , keiro                 ^>=0.13.0.0
+    , keiro-migrations      ^>=0.13.0.0
+    , keiro-pgmq            ^>=0.13.0.0
+    , kiroku-store          >=0.8       && <0.9
     , optparse-applicative  >=0.18      && <0.20
     , text                  >=2.1       && <2.2
     , time                  >=1.12      && <1.15
@@ -104,11 +104,11 @@
     , hasql                 >=1.10      && <1.11
     , hasql-transaction     >=1.1       && <1.3
     , hspec                 >=2.11
-    , keiro                 ^>=0.12.0.0
+    , keiro                 ^>=0.13.0.0
     , keiro-ops
-    , keiro-pgmq            ^>=0.12.0.0
+    , keiro-pgmq            ^>=0.13.0.0
     , keiro-test-support
-    , kiroku-store          >=0.7       && <0.8
+    , kiroku-store          >=0.8       && <0.9
     , optparse-applicative  >=0.18      && <0.20
     , pgmq-migration        >=0.5       && <0.6
     , process               >=1.6       && <1.7
