From 9ecdfd7fd5aa168b0897c438ebab9bdc8ab21839 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, 3 Jun 2026 08:21:09 +0000 Subject: [PATCH] chore(main): release 3.1.5 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index f1fce8a..d09ecbc 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.4" + ".": "3.1.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 48938d9..3e4ad3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.5](https://github.com/intility/Intility.Logging/compare/v3.1.4...v3.1.5) (2026-06-03) + + +### Bug Fixes + +* migrate from sln to slnx ([099bcf0](https://github.com/intility/Intility.Logging/commit/099bcf0662e27f061a59e71c3f35e8d058fa398b)) +* pack slnx instead of deleted sln in publish workflow ([4e93db7](https://github.com/intility/Intility.Logging/commit/4e93db7f0b5bdce7bd12cae3d6cfccb9f57bed4e)) + ## [3.1.4](https://github.com/intility/Intility.Logging/compare/v3.1.3...v3.1.4) (2026-03-02)