diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx
index 30e3734e..3b148047 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -4,6 +4,31 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---
+
+ `v0.164.0`
+
+## New features
+
+- **Grouped slash commands** - Slash commands are now organized by category for easier browsing
+- **Cloud sync control** - New setting to control whether your data syncs to the cloud (app)
+
+## Improvements
+
+- **Linear model picker** - Model names now display cleanly in the Linear delegation picker (app)
+- **Computer provisioning wizard** - Clarified copy in the droid computer provisioning wizard (app)
+
+## Bug fixes
+
+- **MCP tool names** - Tool names containing dots are now accepted per the MCP specification
+- **MCP authentication** - Restored sign-in to MCP servers that reject certain OAuth client registration
+- **Background processes in droid exec** - Agent-spawned background processes now keep running after `droid exec` exits
+- **Editor for allow/deny lists** - The CLI now honors `$EDITOR` when editing allow and deny lists on headless hosts
+- **Gemini reasoning** - Fixed handling of invalid Gemini reasoning blocks
+- **Droid computer SSH** - Fixed connecting to a droid computer by its exact name
+- **Cross-org login** - Fixed login issues when working across multiple organizations (app)
+
+
+
`v0.162.0`