diff --git a/CHANGELOG.md b/CHANGELOG.md index f3340be28cee..20de6d65e46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog +## 2020.3.2 (2 April 2020) + +### Fixes + +1. Update `debugpy` to latest (v1.0.0b5). Fixes issue with connections with multi-process. + ## 2020.3.1 (31 March 2020) ### Fixes -1. Update `debugpy` to latest. Fixes issue with locale. +1. Update `debugpy` to latest (v1.0.0b4). Fixes issue with locale. ## 2020.3.0 (19 March 2020) diff --git a/package-lock.json b/package-lock.json index 53bf918e0ac3..bf5d9cb711cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2020.3.1", + "version": "2020.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 683feca70149..18f4a6db53b7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.", - "version": "2020.3.1", + "version": "2020.3.2", "languageServerVersion": "0.5.30", "publisher": "ms-python", "author": {