diff --git a/.spelling b/.spelling index 958114e0359..d4f5d47ef4b 100644 --- a/.spelling +++ b/.spelling @@ -1287,6 +1287,9 @@ TabExpansion PSv2 System.Data.SqlClient Microsoft.CSharp +v7.2.10 +7.2.x +v7.3.3 - CHANGELOG.md aavdberg asrosent diff --git a/CHANGELOG/7.2.md b/CHANGELOG/7.2.md index 4e8cc516f79..d1f1da8ea9e 100644 --- a/CHANGELOG/7.2.md +++ b/CHANGELOG/7.2.md @@ -1,5 +1,33 @@ # 7.2 Changelog +## [7.2.10] - 2023-02-23 + +### Build and Packaging Improvements + + + + + +Bump .NET version to 6.0.14 + + + + +Fixed package names verification to support multi-digit versions (#17220) +Add pipeline secrets (from #17837) (Internal 24413) +Update to azCopy 10 (#18509) +Update third party notices for v7.2.10 (Internal 24346) +Update cgmanifest for v7.2.10 (Internal 24333) +Pull latest patches for 7.2.10 dependencies (Internal 24325) +Update SDK to 6.0.406 for v7.2.10 (Internal 24324) +Add test for framework dependent package in release pipeline (#18506) (#19114) +Mark 7.2.x releases as latest LTS but not latest stable (#19069) + + + + +[7.2.10]: https://github.com/PowerShell/PowerShell/compare/v7.2.9...v7.2.10 + ## [7.2.9] - 2023-01-24 ### Engine Updates and Fixes diff --git a/CHANGELOG/7.3.md b/CHANGELOG/7.3.md index e513c444d5a..57c1e3b99f3 100644 --- a/CHANGELOG/7.3.md +++ b/CHANGELOG/7.3.md @@ -1,5 +1,28 @@ # 7.3 Changelog +## [7.3.3] - 2023-02-23 + +### Build and Packaging Improvements + + + + + +Bump to use .NET 7.0.3 + + + + +Update third party notices for v7.3.3 (Internal 24353) +Add tool to trigger license information gathering for NuGet modules (#18827) +Update global.json to 7.0.200 for v7.3.3 (Internal 24334) +Update cgmanifest for v7.3.3 (Internal 24338) + + + + +[7.3.3]: https://github.com/PowerShell/PowerShell/compare/v7.3.2...v7.3.3 + ## [7.3.2] - 2023-01-24 ### Engine Updates and Fixes
Bump .NET version to 6.0.14
Bump to use .NET 7.0.3