From da461182ae11368ecd2289dc626d4af5b40f0c55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:40:26 -0500 Subject: [PATCH] Changeset version bump (#9265) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/v3.32.0.md | 10 ---------- CHANGELOG.md | 9 +++++++++ src/package.json | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 .changeset/v3.32.0.md diff --git a/.changeset/v3.32.0.md b/.changeset/v3.32.0.md deleted file mode 100644 index a75c748d54..0000000000 --- a/.changeset/v3.32.0.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.32.0 Release - GPT-5.1 models and OpenAI prompt caching](/releases/3.32.0-release.png) - -- Feature: Add GPT-5.1 models to OpenAI provider (PR #9252 by @hannesrudolph) -- Feature: Support for OpenAI Responses 24 hour prompt caching (PR #9259 by @hannesrudolph) -- Fix: Repair the share button in the UI (PR #9253 by @hannesrudolph) -- Docs: Include PR numbers in the release guide to improve traceability (PR #9236 by @hannesrudolph) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c9ab34cd..4b915028f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Roo Code Changelog +## [3.32.0] - 2025-11-14 + +![3.32.0 Release - GPT-5.1 models and OpenAI prompt caching](/releases/3.32.0-release.png) + +- Feature: Add GPT-5.1 models to OpenAI provider (PR #9252 by @hannesrudolph) +- Feature: Support for OpenAI Responses 24 hour prompt caching (PR #9259 by @hannesrudolph) +- Fix: Repair the share button in the UI (PR #9253 by @hannesrudolph) +- Docs: Include PR numbers in the release guide to improve traceability (PR #9236 by @hannesrudolph) + ## [3.31.3] - 2025-11-13 ![3.31.3 Release - Kangaroo Decrypting a Message](/releases/3.31.3-release.png) diff --git a/src/package.json b/src/package.json index 5701078bc0..c87e3179a6 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.31.3", + "version": "3.32.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",