diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog for pgmq-migration
 
+## 0.1.3.0 -- 2026-03-12
+
+### Other Changes
+
+* Update repository homepage URL to shinzui/pgmq-hs
+
 ## 0.1.2.0 -- 2026-03-03
 
 ### Other Changes
diff --git a/pgmq-migration.cabal b/pgmq-migration.cabal
--- a/pgmq-migration.cabal
+++ b/pgmq-migration.cabal
@@ -1,12 +1,12 @@
 cabal-version:      3.4
 name:               pgmq-migration
-version:            0.1.2.0
+version:            0.1.3.0
 synopsis:           PGMQ schema migrations without PostgreSQL extension
 description:
   Installs the PGMQ schema into PostgreSQL without requiring the pgmq extension.
   Uses hasql-migration for tracking applied migrations.
 
-homepage:           https://github.com/topagentnetwork/pgmq-hs
+homepage:           https://github.com/shinzui/pgmq-hs
 license:            MIT
 license-file:       LICENSE
 author:             Nadeem Bitar
