diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,13 @@
 [Keep a Changelog](https://keepachangelog.com/), and the package follows the
 [Haskell Package Versioning Policy](https://pvp.haskell.org/).
 
-## Unreleased
+## [Unreleased]
+
+## 0.16.0.0 — 2026-09-07
+
+### Other Changes
+
+- No user-facing changes; release in lockstep with the Keiro 0.16.0.0 package set.
 
 ## 0.15.0.0 — 2026-08-30
 
diff --git a/keiro-test-support.cabal b/keiro-test-support.cabal
--- a/keiro-test-support.cabal
+++ b/keiro-test-support.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            keiro-test-support
-version:         0.15.0.0
+version:         0.16.0.0
 synopsis:        Shared PostgreSQL test fixtures for Keiro test suites
 description:
   Suite-level ephemeral-PostgreSQL fixtures shared by the Keiro test
@@ -49,7 +49,7 @@
     , ephemeral-pg             >=0.2       && <0.3
     , hasql                    >=1.10      && <1.11
     , hasql-pool               >=1.2       && <1.5
-    , keiro-migrations         ^>=0.15.0.0
+    , keiro-migrations         ^>=0.16.0.0
     , kiroku-store             >=0.8       && <0.9
     , kiroku-store-migrations  ^>=0.4.0.0
     , pg-migrate               ^>=1.1.0.0
