diff --git a/.changeset/v3.31.0.md b/.changeset/v3.31.0.md deleted file mode 100644 index 6d3d995415d..00000000000 --- a/.changeset/v3.31.0.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.31.0 Release - Todo List and Task Header Improvements](/releases/3.31.0-release.png) - -- Improvements to to-do lists and task headers (thanks @brunobergher!) -- Fix: Prevent crash when streaming chunks have null choices array (thanks @daniel-lxs!) -- Fix: Prevent context condensing on settings save when provider/model unchanged (#4430 by @hannesrudolph, PR by @daniel-lxs) -- Fix: Respect custom OpenRouter URL for all API operations (#8947 by @sstraus, PR by @roomote) -- Add comprehensive error logging to Roo Cloud provider (thanks @daniel-lxs!) -- UX: Less caffeinated kangaroo (thanks @brunobergher!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3fcf95340..90ab78518fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Roo Code Changelog +## [3.31.0] - 2025-11-07 + +![3.31.0 Release - Todo List and Task Header Improvements](/releases/3.31.0-release.png) + +- Improvements to to-do lists and task headers (thanks @brunobergher!) +- Fix: Prevent crash when streaming chunks have null choices array (thanks @daniel-lxs!) +- Fix: Prevent context condensing on settings save when provider/model unchanged (#4430 by @hannesrudolph, PR by @daniel-lxs) +- Fix: Respect custom OpenRouter URL for all API operations (#8947 by @sstraus, PR by @roomote) +- Add comprehensive error logging to Roo Cloud provider (thanks @daniel-lxs!) +- UX: Less caffeinated kangaroo (thanks @brunobergher!) + ## [3.30.3] - 2025-11-06 ![3.30.3 Release - Moonshot Brain](/releases/3.30.3-release.png) diff --git a/src/package.json b/src/package.json index e391be19cf1..0e021d072eb 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.30.3", + "version": "3.31.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",