diff --git a/.changeset/tender-tables-remain.md b/.changeset/tender-tables-remain.md deleted file mode 100644 index cbdf6d2ce35..00000000000 --- a/.changeset/tender-tables-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Added gemini flash thinking 01-21 model and a few visual fixes (thanks @monotykamary!) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84b14c420f..6d32a0a2d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Roo Code Changelog +## [3.2.5] + +- Added gemini flash thinking 01-21 model and a few visual fixes (thanks @monotykamary!) + ## [3.2.4] - Only allow use of the diff tool if it's enabled in settings diff --git a/package-lock.json b/package-lock.json index a6eb8cdce87..bbc47541edf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.2.4", + "version": "3.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.2.4", + "version": "3.2.5", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 026371a52dd..fbb532ac71b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.", "publisher": "RooVeterinaryInc", - "version": "3.2.4", + "version": "3.2.5", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",