From c1b90297701648c8c4ca9f5266f1256f97e5b8c1 Mon Sep 17 00:00:00 2001 From: "intility-logging-release-bot[bot]" <218932851+intility-logging-release-bot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 08:54:29 +0000 Subject: [PATCH] chore(main): release 3.1.0 --- .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 45fff50..e0dc500 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.5" + ".": "3.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbdba0..af824b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/intility/Intility.Logging/compare/v3.0.5...v3.1.0) (2025-11-19) + + +### Features + +* add .NET 10 support and update all nugets ([bcf8142](https://github.com/intility/Intility.Logging/commit/bcf8142ed09c2401794647a0df14eb9df05b92e5)) + ## [3.0.5](https://github.com/intility/Intility.Logging/compare/v3.0.4...v3.0.5) (2025-07-02)