diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Revision history for kiroku-metrics
 
+## 0.1.0.1 -- 2026-07-11
+
+### Other Changes
+
+* Relaxed dependency bounds to `kiroku-store ^>=0.3` and `kiroku-cli ^>=0.2`. No
+  change to `kiroku-metrics`' own API or behavior.
+
 ## 0.1.0.0 -- 2026-06-15
 
 First release. A sister package to `kiroku-store` that exposes operational
diff --git a/kiroku-metrics.cabal b/kiroku-metrics.cabal
--- a/kiroku-metrics.cabal
+++ b/kiroku-metrics.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            kiroku-metrics
-version:         0.1.0.0
+version:         0.1.0.1
 synopsis:
   Metrics, health, and event-streaming HTTP endpoints for Kiroku
 
@@ -59,8 +59,8 @@
     , hasql           >=1.10 && <1.11
     , hasql-pool      >=1.2  && <1.5
     , http-types      >=0.12 && <0.13
-    , kiroku-cli      ^>=0.1
-    , kiroku-store    ^>=0.2
+    , kiroku-cli      ^>=0.2
+    , kiroku-store    ^>=0.3
     , stm             >=2.5  && <2.6
     , text            >=2.0  && <2.2
     , time            >=1.12 && <1.15
@@ -102,7 +102,7 @@
     , http-client          >=0.7  && <0.8
     , http-types           >=0.12 && <0.13
     , kiroku-metrics
-    , kiroku-store         ^>=0.2
+    , kiroku-store         ^>=0.3
     , kiroku-test-support
     , lens                 >=5.2  && <5.4
     , scientific           >=0.3  && <0.4
@@ -135,9 +135,9 @@
     , hspec                >=2.10 && <2.12
     , http-client          >=0.7  && <0.8
     , http-types           >=0.12 && <0.13
-    , kiroku-cli           ^>=0.1
+    , kiroku-cli           ^>=0.2
     , kiroku-metrics
-    , kiroku-store         ^>=0.2
+    , kiroku-store         ^>=0.3
     , kiroku-test-support
     , lens                 >=5.2  && <5.4
     , scientific           >=0.3  && <0.4
