diff --git a/.changeset/wise-moose-shop.md b/.changeset/wise-moose-shop.md deleted file mode 100644 index 775a7cea44..0000000000 --- a/.changeset/wise-moose-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Relax provider profiles schema and add telemetry diff --git a/CHANGELOG.md b/CHANGELOG.md index c30109cef8..ae13457467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.11.1 + +### Patch Changes + +- Relax provider profiles schema and add telemetry + ## [3.11.0] - 2025-03-30 - Replace single-block-diff with multi-block-diff fast editing strategy diff --git a/package-lock.json b/package-lock.json index 38f9d9c213..4e98189595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.11.0", + "version": "3.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.11.0", + "version": "3.11.1", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index e3f6b529ae..2b879ff14c 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.0", + "version": "3.11.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",