diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
 
 ## Unreleased
 
+## 0.1.0.1 - 2026-06-21
+
+### Changed
+
+- Constrained the baikai dependency to the 0.2 series and refreshed internal shikumi bounds.
+
 ## 0.1.0.0 - 2026-06-13
 
 ### Added
diff --git a/shikumi-cache.cabal b/shikumi-cache.cabal
--- a/shikumi-cache.cabal
+++ b/shikumi-cache.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.4
 name:            shikumi-cache
-version:         0.1.0.0
+version:         0.1.0.1
 synopsis:        Content-addressed response caching for shikumi (EP-6)
 category:        AI
 description:
@@ -44,7 +44,7 @@
 
   build-depends:
     , aeson
-    , baikai
+    , baikai         >=0.2      && <0.3
     , base           >=4.20     && <5
     , blake3
     , bytestring
@@ -54,7 +54,7 @@
     , generic-lens
     , lens           ^>=5.3
     , scientific
-    , shikumi        ^>=0.1.0.0
+    , shikumi        ^>=0.1.0.1
     , stm
     , text           ^>=2.1
     , time
@@ -68,7 +68,7 @@
   ghc-options:    -threaded -with-rtsopts=-N
   build-depends:
     , aeson
-    , baikai
+    , baikai         >=0.2      && <0.3
     , base
     , bytestring
     , containers
@@ -78,8 +78,8 @@
     , generic-lens
     , lens
     , process
-    , shikumi        ^>=0.1.0.0
-    , shikumi-cache  ^>=0.1.0.0
+    , shikumi        ^>=0.1.0.1
+    , shikumi-cache  ^>=0.1.0.1
     , stm
     , tasty
     , tasty-hunit
