diff --git a/mintlify/docs/changelog/june-2026.mdx b/mintlify/docs/changelog/june-2026.mdx
index 53fc0d79..309c6043 100644
--- a/mintlify/docs/changelog/june-2026.mdx
+++ b/mintlify/docs/changelog/june-2026.mdx
@@ -3,6 +3,27 @@ title: Changelog
description: What's new in urBackend — new features, improvements, and fixes.
---
+
+## New features
+
+**Batch Email Sending Utility** — You can now send batch emails using the new utility added to the tools.
+**Onboarding Updates** — You can now access new features in the updated onboarding process.
+**Landing Page Revamp** — You can now explore the revamped landing page with interactive components and a unified navigation.
+**FAQ Item in Desktop Navbar** — You can now access the FAQ item in the **desktop navbar**.
+**Public API Controller Migration** — You can now use `AppError` in the migrated public API controllers.
+
+## Improvements
+
+**Web Dashboard Updates** — You can now benefit from new hooks and layout improvements in the web dashboard.
+**Optimized Database Connections** — You can now experience faster performance with optimized database connections concurrency for `getGlobalStats`.
+
+## Bug fixes
+
+- Normalized email storage and lookup handling (#327)
+- Invalidated API key cache on deletion (#328)
+- Fixed resource exhaustion in consumer export worker (#254)
+
+
## New features
diff --git a/mintlify/docs/docs.json b/mintlify/docs/docs.json
index 448a5583..b61ba490 100644
--- a/mintlify/docs/docs.json
+++ b/mintlify/docs/docs.json
@@ -94,6 +94,7 @@
"group": "Changelog",
"pages": [
"changelog/may-2026",
+ "changelog/june-2026",
"changelog/april-2026"
]
}