diff --git a/.changeset/v3.50.3.md b/.changeset/v3.50.3.md deleted file mode 100644 index 4af6c4caef5..00000000000 --- a/.changeset/v3.50.3.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Correct Vertex AI claude-sonnet-4-6 model ID (#11625 by @yuvarajl, PR #11626 by @roomote) -- Restore Unbound as a provider (PR #11624 by @pugazhendhi-m) diff --git a/CHANGELOG.md b/CHANGELOG.md index f07c2128773..1b0cc3a4d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## 3.50.3 + +### Patch Changes + +- Fix: Correct Vertex AI claude-sonnet-4-6 model ID (#11625 by @yuvarajl, PR #11626 by @roomote) +- Restore Unbound as a provider (PR #11624 by @pugazhendhi-m) + ## 3.50.2 ### Patch Changes diff --git a/src/package.json b/src/package.json index 3ca2f76171b..93c0b7931f2 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.50.2", + "version": "3.50.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",