diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@
 
 ## Unreleased
 
+## 0.13.0.0 — 2026-08-17
+
+No changes this release. `keiro-pgmq` is republished at the shared version so
+that its PVP-compatible `keiro-core` bound tracks the lockstep package set; it
+does not depend on `kiroku-store` and is unaffected by the Kiroku 0.8.0.0
+adoption.
+
 ## 0.12.0.0 — 2026-08-14
 
 ### 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.12.0.0
+version:         0.13.0.0
 synopsis:        PostgreSQL job-queue (PGMQ) integration for Keiro
 description:
   A typed background-job queue for Keiro applications on top of PGMQ (the
@@ -60,7 +60,7 @@
     , hasql                 >=1.10      && <1.11
     , hasql-pool            >=1.2       && <1.5
     , hs-opentelemetry-api  >=1.0       && <1.1
-    , keiro-core            ^>=0.12.0.0
+    , keiro-core            ^>=0.13.0.0
     , pgmq-config           >=0.5       && <0.6
     , pgmq-core             >=0.5       && <0.6
     , pgmq-effectful        >=0.5       && <0.6
@@ -88,7 +88,7 @@
     , hs-opentelemetry-propagator-w3c      >=1.0       && <1.1
     , hs-opentelemetry-sdk                 >=1.0       && <1.1
     , hspec                                >=2.11
-    , keiro-core                           ^>=0.12.0.0
+    , keiro-core                           ^>=0.13.0.0
     , keiro-pgmq
     , keiro-test-support
     , pgmq-config                          >=0.5       && <0.6
