diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b11942..1429ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## 3.1.1 (2023-03-??) +## 3.1.1 (2023-03-16) * Added a new ``platformio-ide.uploadAndMonitor`` command which can be used with the custom [PlatformIO Toolbar](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-toolbar) * Restored support for macOS Touch Bar (issue [#3659](https://github.com/platformio/platformio-vscode-ide/issues/3659)) diff --git a/package.json b/package.json index 6ef94c8..93f52aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platformio-ide", - "version": "3.1.0", + "version": "3.1.1", "publisher": "platformio", "engines": { "vscode": "^1.65.0"