diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for pgmq-hasql
 
+## 0.1.2.0 -- 2026-03-03
+
+* Version bump only (no changes)
+
 ## 0.1.1.0 -- 2026-02-23
 
 ### New Features
diff --git a/pgmq-hasql.cabal b/pgmq-hasql.cabal
--- a/pgmq-hasql.cabal
+++ b/pgmq-hasql.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.4
 name:            pgmq-hasql
-version:         0.1.1.0
+version:         0.1.2.0
 synopsis:        Hasql-based client for PGMQ (PostgreSQL Message Queue)
 description:
   A Haskell client library for PGMQ (PostgreSQL Message Queue) built
@@ -57,7 +57,7 @@
     , hasql              ^>=1.10
     , hasql-transaction  ^>=1.2
     , lens               ^>=5.3
-    , pgmq-core          >=0.1.1 && <0.2
+    , pgmq-core          >=0.1.2 && <0.2
     , template-haskell   >=2.20  && <3
     , text               ^>=2.1
     , time               ^>=1.14
