diff --git a/changelog-assets/2026-03-20/adk-copilot-dark.png b/changelog-assets/2026-03-20/adk-copilot-dark.png
new file mode 100644
index 00000000..337f2406
Binary files /dev/null and b/changelog-assets/2026-03-20/adk-copilot-dark.png differ
diff --git a/changelog-assets/2026-03-20/adk-copilot.png b/changelog-assets/2026-03-20/adk-copilot.png
new file mode 100644
index 00000000..b7b12d16
Binary files /dev/null and b/changelog-assets/2026-03-20/adk-copilot.png differ
diff --git a/changelog.mdx b/changelog.mdx
index c362fc1b..559f7972 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -4,6 +4,60 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---
+
+
+ ## Studio
+
+ ### Features & enhancements
+
+ - New AI Models: GPT 5.4, Sonnet 4.6, Opus 4.6, Gemini 3.1 Pro Preview
+ - Added support for MDX (Markdown JSX) in the Files API
+
+ ### Integrations
+
+ - All integrations now automatically save configuration settings upon completion of OAuth
+ - **Linear**, **HubSpot**, **LinkedIn**, **GitHub**, and **Notion** now supports OAuth for multiple bots
+ - **WeChat**: Added WeChat integration
+ - **WhatsApp**: Added events to track outbound message delivery lifecycle
+
+ ### Bug fixes
+
+ - Fixed issue where integration settings were reset on update
+ - Fixed issue with duplicate header names in Tables
+ - Fixed issue with duplicate variables being created after variable deletion
+ - Fixed errors when connecting additional stylesheets in Webchat
+
+ ---
+
+ ## ADK
+
+ ### Control Panel
+
+ - Added Copilot (OpenCode) Panel
+
+
+
+
+
+
+ - Added Chat history in Conversations page
+ - Updated Traces page UI
+
+ ### CLI
+
+ - Self upgrade support for Windows using `adk self-upgrade`
+ - Add Copilot (OpenCode) support using `adk dev --copilot`
+
+
+
## Studio