diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 ## Unreleased
 
+## 0.2.0.1 - 2026-07-20
+
+### Changed
+
+- Widened the `generic-lens` bound to `>=2.2 && <2.4` (admits 2.3) and upgraded
+  the test suite's `baikai` dependency to the `0.4` series (`>=0.4 && <0.5`).
+  Dependency bounds only — no changes to the exported API.
+
 ## 0.2.0.0 - 2026-07-05
 
 ### Changed
diff --git a/shikumi-compile.cabal b/shikumi-compile.cabal
--- a/shikumi-compile.cabal
+++ b/shikumi-compile.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.4
 name:            shikumi-compile
-version:         0.2.0.0
+version:         0.2.0.1
 synopsis:        The compiler layer for shikumi LM programs (EP-9)
 category:        AI
 description:
@@ -52,7 +52,7 @@
     , base          >=4.20     && <5
     , bytestring
     , effectful
-    , generic-lens  ^>=2.2
+    , generic-lens  >=2.2      && <2.4
     , lens          ^>=5.3
     , shikumi       ^>=0.3.0.0
     , text          ^>=2.1
@@ -69,7 +69,7 @@
 
   build-depends:
     , aeson
-    , baikai           >=0.3      && <0.4
+    , baikai           >=0.4      && <0.5
     , base
     , bytestring
     , effectful
