From 5d5cba208883aee5407486c0c9fc107a4f1317ad Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 31 Oct 2022 22:55:57 +0200 Subject: [PATCH] Bump version to 2.5.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fecd25..4a25515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release Notes +## 2.5.5 (2022-10-31) + +- Inherit VSCode Proxy configuration for PlatformIO Core (requires PlatformIO Core 6.1.5+) +- Fixed an issue with passing VSCode environment variables to the terminal processes (issue [#3287](https://github.com/platformio/platformio-vscode-ide/issues/3287)) + ## 2.5.4 (2022-09-03) - Keep using legacy API for calling VSCode tasks diff --git a/package.json b/package.json index a5a09d8..bdff432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platformio-ide", - "version": "2.5.4", + "version": "2.5.5", "publisher": "platformio", "engines": { "vscode": "^1.63.0"