diff --git a/CHANGELOG.md b/CHANGELOG.md index a7715d5755..45da5abcd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # PowerShell Extension Release History +## v2023.5.2-preview +### Tuesday, May 23, 2023 + +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) + +- 🐛 🛫 [vscode-powershell #4584](https://github.com/PowerShell/vscode-powershell/pull/4584) - Robustify startup, error handling, and logging. + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.6 + +- 🐛 💭 [vscode-powershell #4582](https://github.com/PowerShell/PowerShellEditorServices/pull/2028) - Ignore cancellation of completion requests. +- 🐛 📟 [vscode-powershell #3991](https://github.com/PowerShell/PowerShellEditorServices/pull/2026) - Fix the `TranscribeOnly` bug (take two). + ## v2023.5.1-preview ### Friday, May 12, 2023 diff --git a/package.json b/package.json index 3a7d441bf4..e4b3309e39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell", "displayName": "PowerShell", - "version": "2023.5.1", + "version": "2023.5.2", "preview": false, "publisher": "ms-vscode", "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",