diff --git a/mintlify/docs/changelog/july-2026.mdx b/mintlify/docs/changelog/july-2026.mdx
index b5ac1e775..cfdff777f 100644
--- a/mintlify/docs/changelog/july-2026.mdx
+++ b/mintlify/docs/changelog/july-2026.mdx
@@ -3,6 +3,21 @@ title: July 2026
description: What's new in urBackend — new features, improvements, and fixes.
---
+
+## New features
+
+**Schema Sync API** — Allows for schema synchronization. ([#353](https://github.com/geturbackend/urBackend/pull/353) by [@Ayush4958](https://github.com/Ayush4958))
+
+## Improvements
+
+**Team Member Access to Auth Page** — Improves auth API response handling and allows team members to access the auth page. ([#349](https://github.com/geturbackend/urBackend/pull/349) by [@Nitin-kumar-yadav1307](https://github.com/Nitin-kumar-yadav1307))
+
+## Bug fixes
+
+- Made daily export limit check atomic to prevent concurrent requests from bypassing quota. ([#347](https://github.com/geturbackend/urBackend/pull/347) by [@anshul23102](https://github.com/anshul23102))
+- Invalidated both raw and hashed publishable keys and encrypted jwtSecret in Redis. ([#342](https://github.com/geturbackend/urBackend/pull/342) by [@Kirtan-pc](https://github.com/Kirtan-pc))
+
+
## New features