diff --git a/CHANGELOG.md b/CHANGELOG.md index d071f0610..548812339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # PowerShell Editor Services Release History +## v4.6.0 +### Friday, May 15, 2026 + +See more details at the GitHub Release for [v4.6.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.6.0). + +New rename provider and workspace document API! + ## v4.5.0 ### Wednesday, April 08, 2026 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 5f7524d3f..2af5f41b1 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 4.5.0 + 4.6.0 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index a7a8d311b..4fb2ea16a 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.5.0' +ModuleVersion = '4.6.0' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'