diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@
 
 ## [Unreleased]
 
+## 0.18.0.0 — 2026-09-20
+
+
+No changes this release. The version moves in lockstep with the rest of the
+packages, and the `keiro-core` bound is raised accordingly.
+
 ## 0.17.0.0 — 2026-09-17
 
 ### Breaking Changes
diff --git a/keiro-pgmq.cabal b/keiro-pgmq.cabal
--- a/keiro-pgmq.cabal
+++ b/keiro-pgmq.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: keiro-pgmq
-version: 0.17.0.0
+version: 0.18.0.0
 synopsis: PostgreSQL job-queue (PGMQ) integration for Keiro
 description:
   A typed background-job queue for Keiro applications on top of PGMQ (the
@@ -65,7 +65,7 @@
     hasql >=1.10 && <1.11,
     hasql-pool >=1.2 && <1.5,
     hs-opentelemetry-api >=1.0 && <1.1,
-    keiro-core ^>=0.17.0.0,
+    keiro-core ^>=0.18.0.0,
     pgmq-config >=0.6 && <0.7,
     pgmq-core >=0.6 && <0.7,
     pgmq-effectful >=0.6 && <0.7,
@@ -97,9 +97,9 @@
     hs-opentelemetry-propagator-w3c >=1.0 && <1.1,
     hs-opentelemetry-sdk >=1.0 && <1.1,
     hspec >=2.11,
-    keiro-core ^>=0.17.0.0,
+    keiro-core ^>=0.18.0.0,
     keiro-pgmq,
-    keiro-test-support ^>=0.17.0.0,
+    keiro-test-support ^>=0.18.0.0,
     pgmq-config >=0.6 && <0.7,
     pgmq-core >=0.6 && <0.7,
     pgmq-effectful >=0.6 && <0.7,
