diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 ## Unreleased
 
+## 0.2.0.1 — 2026-08-09
+
+### Other Changes
+
+* Requires `kiroku-store ^>=0.4`, whose exported `Store` effect now supports
+  durable subscription checkpoint inventory reads. No `kiroku-cli` API or
+  runtime behavior changed.
+
 ## 0.2.0.0 — 2026-07-11
 
 ### Breaking Changes
diff --git a/kiroku-cli.cabal b/kiroku-cli.cabal
--- a/kiroku-cli.cabal
+++ b/kiroku-cli.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            kiroku-cli
-version:         0.2.0.0
+version:         0.2.0.1
 synopsis:        Embeddable operator CLI for Kiroku
 description:
   Parser, runner, and executable entry points for Kiroku operator commands.
@@ -49,7 +49,7 @@
     , http-client           >=0.7  && <0.8
     , http-client-tls       >=0.3  && <0.4
     , http-types            >=0.12 && <0.13
-    , kiroku-store          ^>=0.3
+    , kiroku-store          ^>=0.4
     , lens                  >=5.2  && <5.4
     , optparse-applicative  >=0.19 && <0.20
     , text                  >=2.0  && <2.2
@@ -82,7 +82,7 @@
     , http-client           >=0.7  && <0.8
     , http-client-tls       >=0.3  && <0.4
     , kiroku-cli
-    , kiroku-store
+    , kiroku-store          ^>=0.4
     , kiroku-test-support
     , lens
     , optparse-applicative
