diff --git a/.changeset/grumpy-pets-run.md b/.changeset/grumpy-pets-run.md deleted file mode 100644 index 271f580fc6..0000000000 --- a/.changeset/grumpy-pets-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Update the webview when changing settings via the API diff --git a/.changeset/hot-garlics-join.md b/.changeset/hot-garlics-join.md deleted file mode 100644 index 18e007a43f..0000000000 --- a/.changeset/hot-garlics-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix bug in loading Requesty key balance diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd2f60f64..64afdbd6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## [3.11.2] - 2025-03-31 + +- Fix bug in loading Requesty key balance +- Fix bug with Bedrock inference profiles +- Update the webview when changing settings via the API +- Refactor webview messages code (thanks @diarmidmackenzie!) + ## [3.11.1] - 2025-03-30 - Relax provider profiles schema and add telemetry diff --git a/package-lock.json b/package-lock.json index ff0804ba7e..32d1967864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.11.1", + "version": "3.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.11.1", + "version": "3.11.2", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 38319346b5..77ed61ce0f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A whole dev team of AI agents in your editor.", "publisher": "RooVeterinaryInc", - "version": "3.11.1", + "version": "3.11.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",