diff --git a/changelog.mdx b/changelog.mdx
index 559f7972..6d60dd9a 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -4,6 +4,55 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---
+
+
+ ## Studio
+
+ ### Features & enhancements
+
+ - New AI Models: Claude Opus 4.5, Qwen3 8B, Gemini 2.5 Pro/Flash-Lite, Gemini 3.1 Pro/Flash-Lite, Grok 4.1 Fast, Grok 4.20
+ - Added support for bot secrets in SDK
+
+ ### Integrations
+
+ - **Dropbox**: You can now sync files to Knowledge Bases
+ - **WhatsApp**: Added [List Message Templates](/integrations/integration-guides/whatsapp/introduction#list-message-templates) Card
+ - **Linear**: Added new Triggers:
+ - [Aggregate File Changes](/integrations/integration-guides/linear#aggregate-file-changes)
+ - [File Created](/integrations/integration-guides/linear#file-created)
+ - [File Deleted](/integrations/integration-guides/linear#file-deleted)
+ - [File Updated](/integrations/integration-guides/linear#file-updated)
+ - [Folder Deleted Recursive](/integrations/integration-guides/linear#folder-deleted-recursive)
+ - **GitHub**: Added new Triggers:
+ - [Aggregate File Changes](/integrations/integration-guides/github#aggregate-file-changes)
+ - [File Created](/integrations/integration-guides/github#file-created)
+ - [File Deleted](/integrations/integration-guides/github#file-deleted)
+ - [File Updated](/integrations/integration-guides/github#file-updated)
+ - [Folder Deleted Recursive](/integrations/integration-guides/github#folder-deleted-recursive)
+ - **Telegram**: Added typing indicator toggle in integration settings
+
+ ### Bug fixes
+
+ - Fixed an issue with conversations appearing empty when [AI insights](/get-started/manage-your-agent/monitor#ai-insights) were disabled
+
+ ---
+
+ ## ADK
+
+ ### Control Panel
+
+ - Added a global command palette (`Cmd+K` / `Ctrl+K`) for quick navigation in the Control Panel
+ - New **Models** page listing all available models
+ - Updated UI for **Settings** and **Trigger** pages
+ - Added Agent Steps to **Chat** page to see what your agent is doing while it runs
+ - **Actions page** accepts JSON5/JS object syntax for testing actions
+
+ ### CLI
+
+ - Added `adk models` command to see all available models
+
+
+
## Studio