diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [0.1.0.1] - 2026-04-29
+
+### Changed
+
+- Updated `pg-wire` bound to `>=0.2 && <0.3`, which switches the
+  per-connection prepared-statement cache to SIEVE. No public API
+  change in this adapter.
+
 ## [0.1.0.0] - 2026-04-25
 
 Initial release.
@@ -12,4 +20,5 @@
 `ReaderC Pool`), and `Has (Reader Pool) sig m`-constrained smart
 constructors for query, command, and transaction operations.
 
+[0.1.0.1]: https://github.com/joshburgess/valiant/releases/tag/valiant-fused-effects-v0.1.0.1
 [0.1.0.0]: https://github.com/joshburgess/valiant/releases/tag/v0.1.0.0
diff --git a/valiant-fused-effects.cabal b/valiant-fused-effects.cabal
--- a/valiant-fused-effects.cabal
+++ b/valiant-fused-effects.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            valiant-fused-effects
-version:         0.1.0.0
+version:         0.1.0.1
 synopsis:        Fused-effects adapter for valiant
 description:
   Provides an @Valiant@ effect and @ValiantPoolC@ carrier for the
@@ -75,7 +75,7 @@
     , base            >=4.17 && <5
     , fused-effects   >=1.1  && <1.3
     , valiant         >=0.1  && <0.2
-    , pg-wire         >=0.1  && <0.2
+    , pg-wire         >=0.2  && <0.3
 
 test-suite valiant-fused-effects-test
   import:           warnings
