diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog for pgmq-migration
 
+## 0.6.1.1 -- 2026-09-25
+
+Accept the `pg-migrate` 1.2 series alongside 1.1: `pg-migrate`, `pg-migrate-embed` and
+`pg-migrate-import-hasql-migration` are now bounded `^>=1.1.0.0 || ^>=1.2.0.0`. Those
+packages changed only their internal bounds in 1.2, so the migration ledger, validators
+and exported API are unchanged from 0.6.1.0.
+
 ## 0.6.1.0 -- 2026-09-16
 
 Coordinated family version bump; the migration ledger and validators are unchanged
diff --git a/pgmq-migration.cabal b/pgmq-migration.cabal
--- a/pgmq-migration.cabal
+++ b/pgmq-migration.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.4
 name: pgmq-migration
-version: 0.6.1.0
+version: 0.6.1.1
 synopsis: PGMQ schema migrations without PostgreSQL extension
 description:
   Installs the PGMQ schema into PostgreSQL without requiring the pgmq extension.
@@ -61,9 +61,9 @@
     file-embed ^>=0.0.16,
     hasql ^>=1.10,
     hasql-transaction ^>=1.2,
-    pg-migrate ^>=1.1.0.0,
-    pg-migrate-embed ^>=1.1.0.0,
-    pg-migrate-import-hasql-migration ^>=1.1.0.0,
+    pg-migrate ^>=1.1.0.0 || ^>=1.2.0.0,
+    pg-migrate-embed ^>=1.1.0.0 || ^>=1.2.0.0,
+    pg-migrate-import-hasql-migration ^>=1.1.0.0 || ^>=1.2.0.0,
     text ^>=2.1,
 
   hs-source-dirs: src
