diff --git a/.changeset/v3.34.8.md b/.changeset/v3.34.8.md deleted file mode 100644 index 093599eef77..00000000000 --- a/.changeset/v3.34.8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.34.8 Release - Race Condition Fix](/releases/3.34.8-release.png) - -- Fix: Race condition in new_task tool for native protocol (PR #9655 by @daniel-lxs) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8622cfc303..765fe47cc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## [3.34.8] - 2025-11-27 + +![3.34.8 Release - Race Condition Fix](/releases/3.34.8-release.png) + +- Fix: Race condition in new_task tool for native protocol (PR #9655 by @daniel-lxs) + ## [3.34.7] - 2025-11-27 ![3.34.7 Release - More Native Tool Integrations](/releases/3.34.7-release.png) diff --git a/src/package.json b/src/package.json index ca8e6e8c148..9ac1119fb2d 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.34.7", + "version": "3.34.8", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",