diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a787c5..cb369b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a388c6..e077b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.3.0...v1.3.1) (2024-11-13) + + +### Bug Fixes + +* removes reference to obsolete handler ([c79eb95](https://github.com/microsoftgraph/msgraph-cli-core/commit/c79eb9561fdec0ee7f27c63b1a0227c52a23293d)) + ## [1.3.0](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.2...v1.3.0) (2024-08-09) diff --git a/src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj b/src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj index ecbe5a9..0f1acea 100644 --- a/src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj +++ b/src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj @@ -7,7 +7,7 @@ enable portable - 1.3.0 + 1.3.1 true 1.0.0 @@ -47,26 +47,26 @@ OS_WINDOWS - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - +