diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d09ecbc..82f5af7 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.5" + ".": "3.1.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4ad3d..a98e99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.6](https://github.com/intility/Intility.Logging/compare/v3.1.5...v3.1.6) (2026-08-04) + + +### Bug Fixes + +* **aspnetcore:** pin System.Security.Cryptography.Xml to patched versions ([6acd35e](https://github.com/intility/Intility.Logging/commit/6acd35e89920b68013986044f931dbccb7003195)) + ## [3.1.5](https://github.com/intility/Intility.Logging/compare/v3.1.4...v3.1.5) (2026-06-03)