diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Revision history for pgmq-effectful
 
+## 0.1.3.0 -- 2026-03-12
+
+### Other Changes
+
+* Update repository homepage URL to shinzui/pgmq-hs
+
 ## 0.1.2.0 -- 2026-03-03
 
 * Version bump only (no changes)
diff --git a/pgmq-effectful.cabal b/pgmq-effectful.cabal
--- a/pgmq-effectful.cabal
+++ b/pgmq-effectful.cabal
@@ -1,13 +1,13 @@
 cabal-version:   3.4
 name:            pgmq-effectful
-version:         0.1.2.0
+version:         0.1.3.0
 synopsis:        Effectful effects for PGMQ (PostgreSQL Message Queue)
 description:
   Effectful effects and interpreters for pgmq-hs, a Haskell client
   library for PGMQ (PostgreSQL Message Queue). Includes OpenTelemetry
   instrumentation for tracing pgmq operations.
 
-homepage:        https://github.com/topagentnetwork/pgmq-hs
+homepage:        https://github.com/shinzui/pgmq-hs
 license:         MIT
 license-file:    LICENSE
 author:          Nadeem Bitar
@@ -55,8 +55,8 @@
     , hasql-pool                       ^>=1.4
     , hs-opentelemetry-api             >=0.2   && <0.4
     , hs-opentelemetry-propagator-w3c  >=0.0   && <0.2
-    , pgmq-core                        >=0.1.2 && <0.2
-    , pgmq-hasql                       >=0.1.2 && <0.2
+    , pgmq-core                        >=0.1.3 && <0.2
+    , pgmq-hasql                       >=0.1.3 && <0.2
     , text                             >=2.0   && <2.2
     , unliftio                         >=0.2   && <0.3
     , unordered-containers             >=0.2   && <0.3
