diff --git a/CHANGELOG.md b/CHANGELOG.md index 00db279bc..e45c183ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # PowerShell Editor Services Release History +## v4.3.0 +### Tuesday, March 18, 2025 + +See more details at the GitHub Release for [v4.3.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.3.0). + +New packages! + ## v4.2.0 ### Thursday, January 16, 2025 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index d61f9a96e..0ffff1cd4 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 4.2.0 + 4.3.0 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 9f4ca3920..4d8955f2b 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 = '4.2.0' +ModuleVersion = '4.3.0' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'