diff --git a/CHANGELOG.md b/CHANGELOG.md index 37741db..e2c6b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## 2.3.1 (2021-??-??) +## 2.3.1 (2021-03-23) - Added a new setting ``platformio-ide.autoOpenPlatformIOIniFile`` to control an automatic opening of the `platformio.ini` file from a project when no other editors are opened (issue [#2419](https://github.com/platformio/platformio-vscode-ide/issues/2419)) - Added a new setting ``platformio-ide.activateProjectOnTextEditorChange`` to enable automatic project activation depending on an active opened text editor (issue [#2410](https://github.com/platformio/platformio-vscode-ide/issues/2410)) diff --git a/package.json b/package.json index 94acc00..fde984f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platformio-ide", - "version": "2.3.0", + "version": "2.3.1", "publisher": "platformio", "engines": { "vscode": "^1.44.0"