diff --git a/.changeset/v3.35.3.md b/.changeset/v3.35.3.md deleted file mode 100644 index b07e9752203..00000000000 --- a/.changeset/v3.35.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"roo-cline": patch ---- - -- Switch to new welcome view for improved onboarding experience (PR #9741 by @mrubens) -- Update homepage with latest changes (PR #9675 by @brunobergher) -- Improve privacy for stealth models by adding vendor confidentiality section to system prompt (PR #9742 by @mrubens) diff --git a/CHANGELOG.md b/CHANGELOG.md index cde3f02f077..4721e1ad654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## [3.35.3] - 2025-12-02 + +- Switch to new welcome view for improved onboarding experience (PR #9741 by @mrubens) +- Update homepage with latest changes (PR #9675 by @brunobergher) +- Improve privacy for stealth models by adding vendor confidentiality section to system prompt (PR #9742 by @mrubens) + ## [3.35.2] - 2025-12-01 ![3.35.2 Release - Model Default Temperatures](/releases/3.35.2-release.png) diff --git a/src/package.json b/src/package.json index 463619354db..89bcd1b34d3 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.35.2", + "version": "3.35.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",