diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## 0.5.0.2 — 2026-08-13
+
+### Other Changes
+
+* Requires `kiroku-store ^>=0.7` for the new replay-history retention API. No
+  `shibuya-kiroku-adapter` API or runtime behavior changed.
+
 ## 0.5.0.1 — 2026-08-12
 
 ### Other Changes
diff --git a/shibuya-kiroku-adapter.cabal b/shibuya-kiroku-adapter.cabal
--- a/shibuya-kiroku-adapter.cabal
+++ b/shibuya-kiroku-adapter.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            shibuya-kiroku-adapter
-version:         0.5.0.1
+version:         0.5.0.2
 synopsis:
   Kiroku event store adapter for the Shibuya queue processing framework
 
@@ -50,7 +50,7 @@
     , effectful-core                         >=2.5   && <2.7
     , hs-opentelemetry-api                   ^>=1.0
     , hs-opentelemetry-semantic-conventions  ^>=1.40
-    , kiroku-store                           ^>=0.6
+    , kiroku-store                           ^>=0.7
     , shibuya-core                           >=0.8   && <0.9
     , stm                                    >=2.5   && <2.6
     , streamly-core                          >=0.3   && <0.4
@@ -78,7 +78,7 @@
     , hasql-pool              >=1.2  && <1.5
     , hs-opentelemetry-api    ^>=1.0
     , hspec                   >=2.10 && <2.12
-    , kiroku-store            ^>=0.6
+    , kiroku-store            ^>=0.7
     , kiroku-test-support
     , lens                    >=5.2  && <5.4
     , shibuya-core            >=0.8  && <0.9
