diff --git a/.changeset/v3.28.13.md b/.changeset/v3.28.13.md deleted file mode 100644 index 22b944daac..0000000000 --- a/.changeset/v3.28.13.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Remove topP parameter from Bedrock inference config (#8377 by @ronyblum, PR by @daniel-lxs) -- Fix: Correct Vertex AI Sonnet 4.5 model configuration (#8387 by @nickcatal, PR by @mrubens!) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5db02835..8d508cce4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Roo Code Changelog +## [3.28.13] - 2025-09-29 + +- Fix: Remove topP parameter from Bedrock inference config (#8377 by @ronyblum, PR by @daniel-lxs) +- Fix: Correct Vertex AI Sonnet 4.5 model configuration (#8387 by @nickcatal, PR by @mrubens!) + ## [3.28.12] - 2025-09-29 - Fix: Correct Anthropic Sonnet 4.5 model ID and add Bedrock 1M context checkbox (thanks @daniel-lxs!) diff --git a/src/package.json b/src/package.json index 56518f638d..57eb8fab48 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.12", + "version": "3.28.13", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",