diff --git a/.changeset/v3.26.3.md b/.changeset/v3.26.3.md deleted file mode 100644 index 11b0423e7e..0000000000 --- a/.changeset/v3.26.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add optional input image parameter to image generation tool (thanks @roomote!) -- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!) -- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfd52af29..60582573e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## [3.26.3] - 2025-08-29 + +- Add optional input image parameter to image generation tool (thanks @roomote!) +- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!) +- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!) + ## [3.26.2] - 2025-08-28 - feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!) diff --git a/src/package.json b/src/package.json index fb236d515e..e1d9ab1f98 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.26.2", + "version": "3.26.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",