diff --git a/.changeset/v3.28.10.md b/.changeset/v3.28.10.md deleted file mode 100644 index ae5f8df6e8..0000000000 --- a/.changeset/v3.28.10.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.28.10 Release - Kangaroo Writing Sonnet 4.5](/releases/3.28.10-release.png) - -- Feat: Add Sonnet 4.5 support (thanks @daniel-lxs!) -- Fix: Resolve max_completion_tokens issue for GPT-5 models in LiteLLM provider (#6979 by @lx1054331851, PR by @roomote) -- Fix: Make chat icons properly sized with shrink-0 class (thanks @mrubens!) -- Enhancement: Track telemetry settings changes for better analytics (thanks @mrubens!) -- Web: Add testimonials section to website (thanks @brunobergher!) -- CI: Refresh contrib.rocks cache workflow for contributor badges (thanks @hannesrudolph!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b14a0206..5c4dbd986b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Roo Code Changelog +## [3.28.10] - 2025-09-29 + +![3.28.10 Release - Kangaroo Writing Sonnet 4.5](/releases/3.28.10-release.png) + +- Feat: Add Sonnet 4.5 support (thanks @daniel-lxs!) +- Fix: Resolve max_completion_tokens issue for GPT-5 models in LiteLLM provider (#6979 by @lx1054331851, PR by @roomote) +- Fix: Make chat icons properly sized with shrink-0 class (thanks @mrubens!) +- Enhancement: Track telemetry settings changes for better analytics (thanks @mrubens!) +- Web: Add testimonials section to website (thanks @brunobergher!) +- CI: Refresh contrib.rocks cache workflow for contributor badges (thanks @hannesrudolph!) + ## [3.28.9] - 2025-09-26 ![3.28.9 Release - Supernova Upgrade](/releases/3.28.9-release.png) diff --git a/src/package.json b/src/package.json index 8ed4d4e47a..40318a251c 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.9", + "version": "3.28.10", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",