From f11fb93d452061688b3ac0a2d29939ebbb38cd3a Mon Sep 17 00:00:00 2001 From: "intility-logging-release-bot[bot]" <218932851+intility-logging-release-bot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:16:26 +0000 Subject: [PATCH] chore(main): release 3.1.7 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 82f5af7..02c49c0 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.6" + ".": "3.1.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a98e99c..f51ec11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.7](https://github.com/intility/Intility.Logging/compare/v3.1.6...v3.1.7) (2026-09-01) + + +### Bug Fixes + +* set fix: prefix for nuget updates and remve framework pinning for System.Security.Cryptography.Xml ([0461672](https://github.com/intility/Intility.Logging/commit/046167237146c856aa5b9bcf24db364429633c79)) + ## [3.1.6](https://github.com/intility/Intility.Logging/compare/v3.1.5...v3.1.6) (2026-08-04)