diff --git a/.changeset/v3.28.12.md b/.changeset/v3.28.12.md deleted file mode 100644 index 55113b2f87..0000000000 --- a/.changeset/v3.28.12.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Correct Anthropic Sonnet 4.5 model ID and add Bedrock 1M context checkbox (thanks @daniel-lxs!) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a75311ee..ad5db02835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Roo Code Changelog +## [3.28.12] - 2025-09-29 + +- Fix: Correct Anthropic Sonnet 4.5 model ID and add Bedrock 1M context checkbox (thanks @daniel-lxs!) + ## [3.28.11] - 2025-09-29 - Fix: Correct AWS Bedrock Claude Sonnet 4.5 model identifier (#8371 by @sunhyung, PR by @app/roomote) diff --git a/src/package.json b/src/package.json index 76dec357c5..56518f638d 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.11", + "version": "3.28.12", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",