diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab55210..4e9060a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/atc-net/atc-hosting/compare/v2.0.0...v2.0.1) (2025-03-04) + + +### Bug Fixes + +* update logging in unhandled exception scenarios ([9968703](https://github.com/atc-net/atc-hosting/commit/9968703a8f5d8ea965abb8f149556307d27f9f0e)) + ## [2.0.0](https://github.com/atc-net/atc-hosting/compare/v1.1.0...v2.0.0) (2024-12-12) diff --git a/Directory.Build.props b/Directory.Build.props index 153b3e5..4c6575c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ - 2.0.0 + 2.0.1 true