diff --git a/.changeset/purple-oranges-eat.md b/.changeset/purple-oranges-eat.md deleted file mode 100644 index 83793a5c9bc..00000000000 --- a/.changeset/purple-oranges-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.11.16 diff --git a/.changeset/selfish-dancers-heal.md b/.changeset/selfish-dancers-heal.md deleted file mode 100644 index d5f95823466..00000000000 --- a/.changeset/selfish-dancers-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add gpt 4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 47217851fe0..aceab121c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Roo Code Changelog +## [3.11.16] - 2025-04-14 + +- Add gpt-4.1, gpt-4.1-mini, and gpt-4.1-nano to the OpenAI provider +- Include model ID in environment details and when exporting tasks (thanks @feifei325!) + ## [3.11.15] - 2025-04-13 - Add ability to filter task history by workspace (thanks @samhvw8!) diff --git a/package-lock.json b/package-lock.json index 162c7e4425a..e3f8090eeba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.11.15", + "version": "3.11.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.11.15", + "version": "3.11.16", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 60ad85b638d..e31ea5e9de4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.11.15", + "version": "3.11.16", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",