From 44ad7b66900e4d7b15994a1cfd791122b51853bf Mon Sep 17 00:00:00 2001 From: R00-B0T <110429663+R00-B0T@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:14:24 -0700 Subject: [PATCH] Changeset version bump (#2301) * changeset version bump * Updating CHANGELOG.md format * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: R00-B0T Co-authored-by: Matt Rubens --- .changeset/quiet-turkeys-wash.md | 5 ----- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/quiet-turkeys-wash.md 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..d971427a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Roo Code Changelog +## [3.11.6] - 2025-04-04 + +- 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",