diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 ## Unreleased
 
+## 0.2.0.2 — 2026-08-07
+
+### Changed
+
+- Upgraded the `baikai` dependency to the `0.5` series (`>=0.5 && <0.6`).
+  Dependency bounds only — no changes to the exported API.
+
 ## 0.2.0.1 - 2026-07-20
 
 ### Changed
diff --git a/shikumi-trace.cabal b/shikumi-trace.cabal
--- a/shikumi-trace.cabal
+++ b/shikumi-trace.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.4
 name:            shikumi-trace
-version:         0.2.0.1
+version:         0.2.0.2
 synopsis:
   Hierarchical tracing, observability, and deterministic replay for shikumi (EP-7)
 
@@ -51,7 +51,7 @@
 
   build-depends:
     , aeson
-    , baikai         >=0.4      && <0.5
+    , baikai         >=0.5      && <0.6
     , base           >=4.20     && <5
     , bytestring
     , containers
@@ -84,7 +84,7 @@
   other-modules:  TraceFixtures
   build-depends:
     , aeson
-    , baikai            >=0.4      && <0.5
+    , baikai            >=0.5      && <0.6
     , base
     , bytestring
     , containers
