diff --git a/CHANGELOG.md b/CHANGELOG.md index face201b3b..46502a48a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [3.4.10] + +- Add support for GPT-4.5 preview model + ## [3.4.9] - Add toggle to let users opt-in to anonymous telemetry and error reporting diff --git a/package.json b/package.json index 74d72afe49..68780a3aeb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "3.4.9", + "version": "3.4.10", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",