From 162cd3b9c552f29ccb3d8aa8ec2ff7fc722c52ba Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:32:48 -0800 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9d59f27f..2f6d5e5d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [3.2.12] + +- Fix command chaining for Windows users +- Fix reasoning_content error for OpenAI providers + ## [3.2.11] - Add OpenAI o3-mini model diff --git a/package.json b/package.json index 5618a24c6e..03702f04fa 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.2.11", + "version": "3.2.12", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",