diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a02f0c..a82f32b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and adheres to a project-specific [Versioning](/README.md).
## [Unreleased]
+## [3.2.2] - 2025-09-18
+
+### Removed
+
+- [Tests ruleset] SA1615: Element return value should be documented
+- [Tests ruleset] S3900: Validate arguments of public methods
+
## [3.2.1] - 2024-11-18
### Fixed
@@ -164,7 +171,7 @@ and adheres to a project-specific [Versioning](/README.md).
- Changelog
-[unreleased]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.2.1...HEAD
+[unreleased]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.2.2...HEAD
[3.1.0]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.0.5...v3.1.0
[3.0.5]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.0.3...v3.0.4
@@ -173,6 +180,7 @@ and adheres to a project-specific [Versioning](/README.md).
[3.0.1]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v2.7.1...v3.0.0
[2.7.1]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v2.7.0...v2.7.1
+[3.2.2]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.1.2...v3.2.0
[3.1.2]: https://github.com/neolution-ch/Neolution.CodeAnalysis/compare/v3.1.1...v3.1.2
diff --git a/Neolution.CodeAnalysis.nuspec b/Neolution.CodeAnalysis.nuspec
index 17f5ff8..2eff755 100644
--- a/Neolution.CodeAnalysis.nuspec
+++ b/Neolution.CodeAnalysis.nuspec
@@ -5,12 +5,13 @@