From 3a9aa2a95a7dd03570f2b5e275125c90da3d6005 Mon Sep 17 00:00:00 2001 From: tombogle Date: Mon, 31 Aug 2026 08:27:47 -0400 Subject: [PATCH] Fixed CHANGELOG to correctly reflect the 3.2.0 release, retargeted new cut as 3.2.1 v3.2.0 was tagged 2025-11-25 (commit 2d1d6ef9) but CHANGELOG.md was never updated at release time, so its content stayed under Unreleased. Moved the Added/Changed/Deprecated entries that were actually in that release (commits 7041cc7c..2d1d6ef9) into a "## [3.2.0] - 2025-11-25" section. The only entry added since that tag is the Security upgrade, so what was being prepared as 3.2.0 is actually 3.2.1. Updated the section header and the compare links at the bottom accordingly. --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63476de5..8965af96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [3.2.0] - 2026-08-31 +## [3.2.1] - 2026-08-31 + +### Security + +- Upgraded Microsoft.Build.Tasks.Core/Microsoft.Build.Utilities.Core from 17.14.28 to 18.9.6 and SIL.Core from 7.0.0 to 17.0.0 to address vulnerabilities in the older versions. + +## [3.2.0] - 2025-11-25 ### Added @@ -32,10 +38,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [SIL.BuildTasks] Deprecated `AbandondedSuites` in favor of correctly spelled `AbandonedSuites`. -### Security - -- Upgraded Microsoft.Build.Tasks.Core/Microsoft.Build.Utilities.Core from 17.14.28 to 18.9.6 and SIL.Core from 7.0.0 to 17.0.0 to address vulnerabilities in the older versions. - ## [3.1.1] - 2025-03-18 ### Changed @@ -196,8 +198,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - First release as NuGet package -[Unreleased]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.2.0...master +[Unreleased]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.2.1...master +[3.2.1]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.1.1...v3.2.0 [3.1.1]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.0.0...v3.1.0