From 4da9a6d89422d168bf15c6f919c7cf212b106cf7 Mon Sep 17 00:00:00 2001 From: "intility-logging-release-bot[bot]" <218932851+intility-logging-release-bot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:12:54 +0000 Subject: [PATCH] chore(main): release 3.1.3 --- .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 9d7db69..534c8ff 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.2" + ".": "3.1.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac7864..08d4170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.3](https://github.com/intility/Intility.Logging/compare/v3.1.2...v3.1.3) (2026-01-02) + + +### Bug Fixes + +* add explicit permissions to workflows ([28931f8](https://github.com/intility/Intility.Logging/commit/28931f8df3751b09a3d3fe3872dadb321a043f60)) +* bump Sentry SDK to 6.0.0 and update dependencies ([68cf3f8](https://github.com/intility/Intility.Logging/commit/68cf3f8b12c3877c946a1b967c5133168f9f8bdf)) + ## [3.1.2](https://github.com/intility/Intility.Logging/compare/v3.1.1...v3.1.2) (2025-12-02)