diff --git a/.changeset/v3.22.1.md b/.changeset/v3.22.1.md deleted file mode 100644 index 4cdcfed8cd..0000000000 --- a/.changeset/v3.22.1.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add Gemini CLI provider for free access to Gemini models (thanks Cline!) -- Fix undefined mcp command (thanks @qdaxb!) -- Use upstream_inference_cost for OpenRouter BYOK cost calculation and show cached token count (thanks @chrarnoldus!) -- Update maxTokens value for qwen/qwen3-32b model on Groq (thanks @KanTakahiro!) -- Standardize tooltip delays to 300ms diff --git a/CHANGELOG.md b/CHANGELOG.md index 6099da527f..56555351bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Roo Code Changelog +## [3.22.1] - 2025-06-26 + +- Add Gemini CLI provider (thanks Cline!) +- Fix undefined mcp command (thanks @qdaxb!) +- Use upstream_inference_cost for OpenRouter BYOK cost calculation and show cached token count (thanks @chrarnoldus!) +- Update maxTokens value for qwen/qwen3-32b model on Groq (thanks @KanTakahiro!) +- Standardize tooltip delays to 300ms + ## [3.22.0] - 2025-06-25 - Add 1-click task sharing diff --git a/src/package.json b/src/package.json index df40fe3586..40e40ac914 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.22.0", + "version": "3.22.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",