diff --git a/.changeset/quiet-turkeys-wash.md b/.changeset/quiet-turkeys-wash.md deleted file mode 100644 index 767134c374..0000000000 --- a/.changeset/quiet-turkeys-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add the gemini 2.5 pro preview model with upper bound pricing diff --git a/CHANGELOG.md b/CHANGELOG.md index a101040b4e..5c8c903a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.11.6 + +### Patch Changes + +- Add the gemini 2.5 pro preview model with upper bound pricing + ## [3.11.5] - 2025-04-03 - Add prompt caching for Amazon Bedrock (thanks @Smartsheet-JB-Brown!) diff --git a/package-lock.json b/package-lock.json index ea8784fa65..854c04a8b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.11.5", + "version": "3.11.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.11.5", + "version": "3.11.6", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 82b7b7d9ab..bf659de8e4 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.5", + "version": "3.11.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",