diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c3e3d1c..452f81d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # PowerShell Editor Services Release History +## v3.4.10 +### Friday, August 12, 2022 + +- Just dependency updates. + ## v3.4.9 ### Thursday, August 11, 2022 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 6b972c0d9..f3bae823a 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 3.4.9 + 3.4.10 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 422a21c24..ee4b20c69 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.4.9' +ModuleVersion = '3.4.10' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'