diff --git a/docs/changelog/cli-updates.mdx b/docs/changelog/cli-updates.mdx
index 3e07d85..34d03a0 100644
--- a/docs/changelog/cli-updates.mdx
+++ b/docs/changelog/cli-updates.mdx
@@ -4,6 +4,34 @@ description: "Recent features and improvements to Factory CLI"
rss: true
---
+
+ `v0.41.0`
+
+ ## New features
+
+ * **`/wrapped` command** - Year-in-review stats showing your Droid usage, badges earned, model preferences, and session metrics (cli)
+ * **Fast model switching** - Faster provider/model switches without LLM compaction (cli)
+ * **Batched tool permissions** - Parallel tool calls now show single permission prompt (cli)
+ * **Custom BYOK models** - Custom models now appear in model selector (cli)
+ * **Auto-sync repos** - GitHub/GitLab repos sync when opening template modal (app)
+
+ ## Improvements
+
+ * **PDF & text file uploads** - Attach PDFs and text files to chat in Web/Desktop apps (app)
+ * **Send button** - Visual send button in session chat input (app)
+ * **ASCII startup animation** - Animated Droid logo on CLI startup (configurable) (cli)
+ * **Token multiplier display** - Shows Factory token rates in model descriptions (cli)
+
+ ## Bug fixes
+
+ * Fixed users getting stuck in broken onboarding state (app)
+ * Fixed CLI onboarding redirect for terminal-only users
+ * Fixed missing repos in GitHub org management modal (app)
+ * Fixed multi-option spec mode selection (cli)
+ * Fixed catch-22 bug preventing subscription start (app)
+
+
+
`v0.40.0`