diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # kiroku-otel changelog
 
+## 0.2.0.8 — 2026-09-18
+
+### Other Changes
+
+* The test-suite now requires `ephemeral-pg >=0.3.1 && <0.4` (was
+  `>=0.2 && <0.3`). The library's dependencies, API and runtime behavior are
+  unchanged.
+
 ## 0.2.0.7 — 2026-08-16
 
 ### Other Changes
diff --git a/kiroku-otel.cabal b/kiroku-otel.cabal
--- a/kiroku-otel.cabal
+++ b/kiroku-otel.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            kiroku-otel
-version:         0.2.0.7
+version:         0.2.0.8
 synopsis:
   OpenTelemetry W3C trace-context helpers for Kiroku event metadata
 
@@ -64,23 +64,23 @@
   hs-source-dirs: test
   ghc-options:    -threaded -rtsopts -with-rtsopts=-N
   build-depends:
-    , aeson                                >=2.1  && <2.3
-    , base                                 >=4.18 && <5
-    , bytestring                           >=0.11 && <0.13
-    , containers                           >=0.6  && <0.8
-    , ephemeral-pg                         >=0.2  && <0.3
-    , generic-lens                         >=2.2  && <2.4
-    , hasql-pool                           >=1.2  && <1.5
+    , aeson                                >=2.1   && <2.3
+    , base                                 >=4.18  && <5
+    , bytestring                           >=0.11  && <0.13
+    , containers                           >=0.6   && <0.8
+    , ephemeral-pg                         >=0.3.1 && <0.4
+    , generic-lens                         >=2.2   && <2.4
+    , hasql-pool                           >=1.2   && <1.5
     , hs-opentelemetry-api
     , hs-opentelemetry-exporter-in-memory  ^>=1.0
     , hs-opentelemetry-sdk                 ^>=1.0
-    , hspec                                >=2.10 && <2.12
+    , hspec                                >=2.10  && <2.12
     , kiroku-otel
     , kiroku-store                         ^>=0.8
     , kiroku-test-support
-    , lens                                 >=5.2  && <5.4
-    , stm                                  >=2.5  && <2.6
-    , text                                 >=2.0  && <2.2
-    , time                                 >=1.12 && <1.15
-    , unordered-containers                 >=0.2  && <0.3
-    , uuid                                 >=1.3  && <1.4
+    , lens                                 >=5.2   && <5.4
+    , stm                                  >=2.5   && <2.6
+    , text                                 >=2.0   && <2.2
+    , time                                 >=1.12  && <1.15
+    , unordered-containers                 >=0.2   && <0.3
+    , uuid                                 >=1.3   && <1.4
