diff --git a/CHANGELOG.md b/CHANGELOG.md
index e17aca66c..daa177c97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
+## [0.1.38] - 2026-07-26
+
+### ๐ Bug Fixes
+
+- **stellar**:
+ - Add stellar_direct settlement support - by @akbarsaputrait [(350ba)](https://github.com/RozoAI/intent-pay/commit/350ba62a)
+ - Improve Stellar wallet UX - by @akbarsaputrait [(458b0)](https://github.com/RozoAI/intent-pay/commit/458b0636)
+- **sdk**:
+ - Prevent duplicate checkout calls and stale-order createPayment fallback - by @akbarsaputrait [(a13ac)](https://github.com/RozoAI/intent-pay/commit/a13ace70)
+ - Dedupe WalletConnect Core to stop double-init warning - by @akbarsaputrait [(4e5dc)](https://github.com/RozoAI/intent-pay/commit/4e5dc1b2)
+
+### ๐ Bug Fixes
+
+- **stellar**:
+ - Auto connect gate, wallet options, and persistence storage - by @akbarsaputrait [(ecd37)](https://github.com/RozoAI/intent-pay/commit/ecd37739)
+ - Address PR review feedback - by @akbarsaputrait [(62157)](https://github.com/RozoAI/intent-pay/commit/62157552)
+
+### โก Performance
+
+- Lazy-load @stellar/stellar-sdk off the render-critical path - by @akbarsaputrait [(c0508)](https://github.com/RozoAI/intent-pay/commit/c0508f01)
+
+### ๐งช Tests
+
+- Improve connectkit test - by @akbarsaputrait [(b8c64)](https://github.com/RozoAI/intent-pay/commit/b8c64796)
+
+---
+
+
+## [0.1.37] - 2026-07-17
+
+### ๐ Features
+
+- **sdk**:
+ - Add wallet deeplink logos with @web3icons/react to CheckoutMode - by @akbarsaputrait [(d09c5)](https://github.com/RozoAI/intent-pay/commit/d09c5c6b)
+ - Add ?paymentId query param support to CheckoutMode - by @akbarsaputrait [(b4815)](https://github.com/RozoAI/intent-pay/commit/b48150e8)
+
+### ๐ Bug Fixes
+
+- **sdk**:
+ - Standardize displayDecimals and improve typography - by @akbarsaputrait [(7318c)](https://github.com/RozoAI/intent-pay/commit/7318ca40)
+ - Address Codex review - forced-connect timeout re-render + MetaMask deeplink domain - by @akbarsaputrait [(2c9b0)](https://github.com/RozoAI/intent-pay/commit/2c9b0804)
+ - Wallet deeplinks point to /checkout path - by @akbarsaputrait [(0ec72)](https://github.com/RozoAI/intent-pay/commit/0ec72f60)
+ - Phantom in-app browser race condition in auto-navigate effect - by @akbarsaputrait [(24b43)](https://github.com/RozoAI/intent-pay/commit/24b4323c)
+ - Show all supported wallets in MobileConnectors - by @akbarsaputrait [(dfe91)](https://github.com/RozoAI/intent-pay/commit/dfe91718)
+ - UserDisconnected flag prevents reconnect loop after Pay-with-another-wallet - by @akbarsaputrait [(9f33b)](https://github.com/RozoAI/intent-pay/commit/9f33b0ab)
+ - Mobile wallet UX fixes and connection stability - by @akbarsaputrait [(0adee)](https://github.com/RozoAI/intent-pay/commit/0adee842)
+ - Guard window.innerWidth against SSR in ScrollArea/SelectToken - by @akbarsaputrait [(611be)](https://github.com/RozoAI/intent-pay/commit/611be293)
+- **example**: Stub @x402/* missing transitive deps from @coinbase/cdp-sdk - by @akbarsaputrait [(323cc)](https://github.com/RozoAI/intent-pay/commit/323cc8c3)
+
+### ๐งน Chores
+
+- CI(pr-review): migrate to claude-code-action v2, retire raw-API script - by @akbarsaputrait [(69300)](https://github.com/RozoAI/intent-pay/commit/69300c6c)
+- Demo: make Rozo Pay Playground non-indexable - by @akbarsaputrait [(155bb)](https://github.com/RozoAI/intent-pay/commit/155bb6ba)
+
+---
+
+
## [0.1.36] - 2026-07-14
### ๐ Features
diff --git a/examples/nextjs-app/package.json b/examples/nextjs-app/package.json
index ae4087b8f..00d62bcd7 100644
--- a/examples/nextjs-app/package.json
+++ b/examples/nextjs-app/package.json
@@ -40,8 +40,8 @@
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.9.5",
- "@rozoai/intent-common": "0.1.26-beta.1",
- "@rozoai/intent-pay": "0.1.38-beta.6",
+ "@rozoai/intent-common": "0.1.26",
+ "@rozoai/intent-pay": "0.1.38",
"@stellar/stellar-sdk": "^14.6.1",
"@tanstack/react-query": "^5.0.0",
"@web3icons/react": "^4.1.19",
diff --git a/packages/connectkit/bundle-analysis.html b/packages/connectkit/bundle-analysis.html
index 93d5b23f5..92cff91ed 100644
--- a/packages/connectkit/bundle-analysis.html
+++ b/packages/connectkit/bundle-analysis.html
@@ -4929,7 +4929,7 @@