diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## 0.2.0.0 — 2026-07-30
+
+### Changed
+
+- No API change. Released in lockstep with the rest of the Kioku packages for the Keiki 0.4,
+  Keiro 0.4, Baikai 0.4 and Shikumi cohort upgrade. The commands themselves are unchanged; what
+  changes is the framework they link against through `kioku-core`.
+
 ## 0.1.0.0 — 2026-07-14
 
 ### Added
diff --git a/kioku-cli.cabal b/kioku-cli.cabal
--- a/kioku-cli.cabal
+++ b/kioku-cli.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            kioku-cli
-version:         0.1.0.0
+version:         0.2.0.0
 synopsis:        kioku command-line interface
 description:
   Command-line entry point for kioku demos and operational commands.
@@ -60,8 +60,8 @@
     , base                  >=4.21     && <5
     , containers            >=0.6      && <0.8
     , effectful             >=2.5      && <2.7
-    , kioku-api             ^>=0.1.0.0
-    , kioku-core            ^>=0.1.0.0
+    , kioku-api             ^>=0.2.0.0
+    , kioku-core            ^>=0.2.0.0
     , kiroku-store          ^>=0.3.0.1
     , optparse-applicative  >=0.18     && <0.20
     , text                  >=2.1      && <2.2
@@ -74,7 +74,7 @@
   ghc-options:    -threaded -rtsopts -with-rtsopts=-N
   build-depends:
     , base       >=4.21     && <5
-    , kioku-cli  ^>=0.1.0.0
+    , kioku-cli  ^>=0.2.0.0
 
 test-suite kioku-cli-test
   import:         warnings, shared
@@ -85,9 +85,9 @@
   ghc-options:    -threaded -rtsopts -with-rtsopts=-N
   build-depends:
     , base                  >=4.21     && <5
-    , kioku-api             ^>=0.1.0.0
-    , kioku-cli             ^>=0.1.0.0
-    , kioku-core            ^>=0.1.0.0
+    , kioku-api             ^>=0.2.0.0
+    , kioku-cli             ^>=0.2.0.0
+    , kioku-core            ^>=0.2.0.0
     , optparse-applicative  >=0.18
     , tasty                 >=1.5
     , tasty-hunit           >=0.10
