From 29e11beb3c46737994ae6a0c149acf4082529fa0 Mon Sep 17 00:00:00 2001 From: Nano Taboada <87288+nanotaboada@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:38:10 -0300 Subject: [PATCH 1/2] docs: prepare changelog for v2.1.0-dusseldorf release Co-authored-by: Claude Sonnet 4.6 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a0dbc..c718987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,9 +42,13 @@ This project uses famous football stadiums (A-Z) that hosted FIFA World Cup matc ## [Unreleased] +--- + +## [2.1.0 - dusseldorf] - 2026-03-29 + ### Added -- Add SonarCloud configuration via `sonar-project.properties` with CPD exclusions for test files and `PlayerRequestModelValidator` (#426) +- Add SonarCloud configuration via `.sonarcloud.properties` with explicit CPD exclusions for migrations, generated code, test files, and structurally repetitive production files (#426, #435) - Add bug report issue template (`.github/ISSUE_TEMPLATE/bug_report.md`) (#426) ### Changed From 69e8c7ecc73fd96d3479194628f78527b04afb0f Mon Sep 17 00:00:00 2001 From: Nano Taboada <87288+nanotaboada@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:55:09 -0300 Subject: [PATCH 2/2] docs: add Unreleased subsections and update link map for v2.1.0-dusseldorf Co-authored-by: Claude Sonnet 4.6 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c718987..d0b54c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,14 @@ This project uses famous football stadiums (A-Z) that hosted FIFA World Cup matc ## [Unreleased] +### Added + +### Changed + +### Fixed + +### Removed + --- ## [2.1.0 - dusseldorf] - 2026-03-29 @@ -202,7 +210,8 @@ The CD workflow automatically: --- -[unreleased]: https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/compare/v2.0.0-centenario...HEAD +[unreleased]: https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/compare/v2.1.0-dusseldorf...HEAD +[2.1.0 - dusseldorf]: https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/compare/v2.0.0-centenario...v2.1.0-dusseldorf [2.0.0 - centenario]: https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/compare/v1.1.0-bernabeu...v2.0.0-centenario [1.1.0 - bernabeu]: https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/compare/v1.0.0-azteca...v1.1.0-bernabeu [1.0.0 - azteca]: https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/releases/tag/v1.0.0-azteca