diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,11 @@
 [Keep a Changelog](https://keepachangelog.com/), and the package follows the
 [Haskell Package Versioning Policy](https://pvp.haskell.org/).
 
-## [Unreleased]
+## [0.11.0.0] - 2026-08-05
+
+No user-facing changes beyond the lockstep `keiro-core ^>=0.11.0.0` bound.
+Released with the package set for the `keiro-dsl` 0.11.0.0 work.
+
 
 ## 0.10.0.0 — 2026-08-03
 
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.10.0.0
+version:         0.11.0.0
 synopsis:        PostgreSQL job-queue (PGMQ) integration for Keiro
 description:
   A typed background-job queue for Keiro applications on top of PGMQ (the
@@ -59,7 +59,7 @@
     , hasql                 >=1.10      && <1.11
     , hasql-pool            >=1.2       && <1.5
     , hs-opentelemetry-api  >=1.0       && <1.1
-    , keiro-core            ^>=0.10.0.0
+    , keiro-core            ^>=0.11.0.0
     , pgmq-config           >=0.4       && <0.5
     , pgmq-core             >=0.4       && <0.5
     , pgmq-effectful        >=0.4       && <0.5
@@ -87,7 +87,7 @@
     , hs-opentelemetry-propagator-w3c      >=1.0       && <1.1
     , hs-opentelemetry-sdk                 >=1.0       && <1.1
     , hspec                                >=2.11
-    , keiro-core                           ^>=0.10.0.0
+    , keiro-core                           ^>=0.11.0.0
     , keiro-pgmq
     , keiro-test-support
     , pgmq-config                          >=0.4       && <0.5
