diff --git a/PSReadLine/Changes.txt b/PSReadLine/Changes.txt index 3f9a6d26..1ebef105 100644 --- a/PSReadLine/Changes.txt +++ b/PSReadLine/Changes.txt @@ -1,3 +1,9 @@ +### [2.2.3] - 2022-04-20 + +- Respect cancellation in `ReadOneOrMoreKeys()` (#3274, #3280) + +[2.2.3]: https://github.com/PowerShell/PSReadLine/compare/v2.2.2...v2.2.3 + ### [2.2.2] - 2022-02-22 - Update to use the 1.0.0 version of `Microsoft.PowerShell.Pager` (#3206) diff --git a/PSReadLine/PSReadLine.csproj b/PSReadLine/PSReadLine.csproj index df38e814..0ca237c3 100644 --- a/PSReadLine/PSReadLine.csproj +++ b/PSReadLine/PSReadLine.csproj @@ -5,9 +5,9 @@ Microsoft.PowerShell.PSReadLine Microsoft.PowerShell.PSReadLine2 $(NoWarn);CA1416 - 2.2.2.0 - 2.2.2 - 2.2.2 + 2.2.3.0 + 2.2.3 + 2.2.3 true net461;net6.0 true diff --git a/PSReadLine/PSReadLine.psd1 b/PSReadLine/PSReadLine.psd1 index 81649f4a..940c9d67 100644 --- a/PSReadLine/PSReadLine.psd1 +++ b/PSReadLine/PSReadLine.psd1 @@ -1,7 +1,7 @@ @{ RootModule = 'PSReadLine.psm1' NestedModules = @("Microsoft.PowerShell.PSReadLine2.dll") -ModuleVersion = '2.2.2' +ModuleVersion = '2.2.3' GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation'