diff --git a/.spelling b/.spelling index 49f92230d7a..a003892d450 100644 --- a/.spelling +++ b/.spelling @@ -1191,6 +1191,8 @@ InstallLocation PkgES Microsoft.PowerShell.Native rtm.20526.5 +ini +package.json jcotton42 RPMs - CHANGELOG/preview.md @@ -1280,3 +1282,8 @@ Backport v7.1.1 about_PSDesiredStateConfiguration + - CHANGELOG/7.0.md +codesign +release-BuildJson +yml +centos-7 diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md index 7f7c96318bc..af21d0bd957 100644 --- a/CHANGELOG/7.0.md +++ b/CHANGELOG/7.0.md @@ -1,5 +1,55 @@ # 7.0 Changelog +## [7.0.6] - 2021-03-11 + +### General Cmdlet Updates and Fixes + +- Fix web cmdlets to properly construct URI from body when using `-NoProxy` (#14673) +- Fix `PromptForCredential()` to add `targetName` as domain (#14504) +- Clean up the IPC named pipe on PowerShell exit (#12187) + +### Tests + +- Update markdown test packages with security fixes (#13730, #14145, #14454) + +### Build and Packaging Improvements + +
+ + +Bump .NET SDK to version 3.1.407 + + + + +
+ +[7.0.6]: https://github.com/PowerShell/PowerShell/compare/v7.0.5...v7.0.6 + ## [7.0.5] - 2021-02-11 ### Build and Packaging Improvements diff --git a/CHANGELOG/7.1.md b/CHANGELOG/7.1.md index 3868d52fddc..86b7a478c30 100644 --- a/CHANGELOG/7.1.md +++ b/CHANGELOG/7.1.md @@ -1,5 +1,48 @@ # 7.1 Changelog +## [7.1.3] - 2021-03-11 + +### Engine Updates and Fixes + +- Remove the 32K character limit on the environment block for `Start-Process` (#14111) +- Fix webcmdlets to properly construct URI from body when using `-NoProxy` (#14673) + +### General Cmdlet Updates and Fixes + +- Fix `PromptForCredential()` to add `targetName` as domain (#14504) + +### Build and Packaging Improvements + +
+ + + +Bump .NET SDK to 5.0.4 + + + + + +
+ +[7.1.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.2...v7.1.3 + ## [7.1.2] - 2021-02-11 ### Build and Packaging Improvements diff --git a/tools/releaseTools.psm1 b/tools/releaseTools.psm1 index ab8f0c60b1c..6fa3778610a 100644 --- a/tools/releaseTools.psm1 +++ b/tools/releaseTools.psm1 @@ -38,6 +38,7 @@ $Script:powershell_team = @( "dependabot-preview[bot]" "Joey Aiello" "Tyler James Leonhardt" + "Anam Navied" ) # They are very active contributors, so we keep their email-login mappings here to save a few queries to Github.