diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx
index 5d72b144..d153bff6 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -4,6 +4,25 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---
+
+ `v0.143.0`
+
+## New features
+
+- **Self-serve organization deactivation** - Deactivate your organization yourself, with subscription cancellation now available in billing settings (app)
+
+## Improvements
+
+- **Richer Jira details** - Fetching a Jira issue now includes more fields, comments, and linked-issue URLs
+- **Quieter hooks** - Hooks can hide their output block in the TUI by setting `suppressOutput`
+
+## Bug fixes
+
+- **Windows home directory** - Fixed home directory resolution on Windows to avoid username corruption (app)
+- **Session integrity** - Fixed an issue that could overwrite an existing session
+
+
+
`v0.142.0`