diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Revision history for pgmq-core
 
+## 0.1.3.0 -- 2026-03-12
+
+### Other Changes
+
+* Update documentation URLs from tembo.io to pgmq.github.io
+* Update repository homepage URL to shinzui/pgmq-hs
+
 ## 0.1.2.0 -- 2026-03-03
 
 * Version bump only (no changes)
diff --git a/pgmq-core.cabal b/pgmq-core.cabal
--- a/pgmq-core.cabal
+++ b/pgmq-core.cabal
@@ -1,13 +1,13 @@
 cabal-version:   3.4
 name:            pgmq-core
-version:         0.1.2.0
+version:         0.1.3.0
 synopsis:        Core types for pgmq-hs, a Haskell client for PGMQ
 description:
   Core types and type classes for pgmq-hs, a Haskell client library
   for PGMQ (PostgreSQL Message Queue). Provides Message, Queue,
   QueueName, and related types used across pgmq-hs packages.
 
-homepage:        https://github.com/topagentnetwork/pgmq-hs
+homepage:        https://github.com/shinzui/pgmq-hs
 license:         MIT
 license-file:    LICENSE
 author:          Nadeem Bitar
diff --git a/src/Pgmq/Types.hs b/src/Pgmq/Types.hs
--- a/src/Pgmq/Types.hs
+++ b/src/Pgmq/Types.hs
@@ -56,7 +56,7 @@
   }
   deriving stock (Eq, Generic, Show)
 
--- | https://tembo.io/pgmq/api/sql/types/
+-- | https://pgmq.github.io/pgmq/api/sql/types/
 -- Note: headers field added in pgmq 1.5.0
 -- Note: lastReadAt field added in pgmq 1.10.0
 data Message = Message
