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
+
+
+
+- Bump .NET to version 3.1.407 (Internal 14783)
+- Fix the miscellaneous analysis CI build (#14971, #14974, #14975)
+- Declare which variable group is used for checking the blob in the release build (#14970)
+- Use template that disables component governance for CI (#14938)
+- Suppress the warning for having multiple nuget feeds (#14893)
+- Disable codesign validation where the file type is not supported (#14885)
+- Make universal Deb package based on deb package spec (#14681)
+- Add manual release automation steps and improve changelog script (#14445)
+- Fix a typo in the
Get-ChangeLog function (#14129)
+- Add validation and dependencies for
Ubuntu 20.04 distribution to packaging script (#13993)
+- Add comment in release-BuildJson.yml for date formatting
+- Install wget on centos-7 docker image
+- Fix install-dotnet download (#14856)
+- Fix release build to upload global tool packages to artifacts (#14620)
+- Fixes to release pipeline for GA release (#14034)
+- Add checkout step to release build templates (#13840)
+- Add flag to make Linux script publish to production repo (#13714)
+- Use new release script for Linux packages (#13705)
+- Change stage dependency for docker release stage in release pipeline (#13512)
+- Create the folder before copying the global tools (#13476)
+- A few fixes to the release pipeline (#13473)
+- Change the variable group name (Internal 12339)
+- Create release pipeline as a yaml pipeline (#13394)
+
+
+
+
+[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
+
+
+
+
+- Bump .NET SDK to 5.0.4 (Internal 14775)
+- Disable running markdown link verification in release build CI (#14971, #14974, #14975)
+- Use template that disables component governance for CI (#14938)
+- Declare which variable group is used for checking the blob in the release build (#14970)
+- Add suppress for nuget multi-feed warning (#14893)
+- Disable code signing validation where the file type is not supported (#14885)
+- Install wget on
CentOS 7 docker image (#14857)
+- Fix install-dotnet download (#14856)
+- Make universal Deb package based on deb package spec (#14681)
+- Fix release build to upload global tool packages to artifacts (#14620)
+- Update
ini component version in test package.json (#14454)
+- Add manual release automation steps and improve changelog script (#14445)
+- Update markdown test packages with security fixes (#14145)
+- Fix a typo in the
Get-ChangeLog function (#14129)
+- Disable global tool copy to unblock release
+
+
+
+
+[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.