diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx
index bb1c31dd..92f107e3 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -4,6 +4,30 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---
+
+ `v0.151.0`
+
+## New features
+
+- **Air-gapped desktop sign-in** - Desktop now supports signing in while running in air-gapped mode (app)
+- **Skill slash commands in editors** - Skill slash commands are now available when connecting from external editors
+
+## Improvements
+
+- **macOS installer branding** - The macOS DMG installer is now branded (app)
+- **MCP results as markdown** - MCP tool results returned as JSON now render as formatted markdown
+
+## Bug fixes
+
+- **Session reconnection** - Sessions now stay rendered and reconnect instead of redirecting to a Session Unavailable page (app)
+- **Org switcher** - The desktop organization switcher now shows the currently selected organization (app)
+- **Desktop MCP sign-in** - Improved desktop MCP authentication callback handling (app)
+- **Composer actions layout** - Composer actions now stay on a single line (app)
+- **Air-gapped telemetry** - Telemetry is now disabled in air-gapped mode (app)
+- **Escape key handling** - Improved how the terminal UI handles the escape key
+
+
+
`v0.150.0`