diff --git a/CHANGELOG.md b/CHANGELOG.md index f9abcdcf2..1013ac24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # PowerShell Editor Services Release History +## v3.7.1 +### Monday, December 12, 2022 + +- 🐛 🚂 [vscode-powershell #4212](https://github.com/PowerShell/PowerShellEditorServices/pull/1970) - Fix `ShowHelpHandler` by running with `RequiresForeground`. + ## v3.7.0 ### Tuesday, December 06, 2022 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index b9037f765..08852f3f6 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 3.7.0 + 3.7.1 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 012556e69..7b5af0d63 100644 --- a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 +++ b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core') } # Version number of this module. -ModuleVersion = '3.7.0' +ModuleVersion = '3.7.1' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'