diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 56fa4eec..6a787c5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.2" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abea50f..2a388c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.2...v1.3.0) (2024-08-09) + + +### Features + +* add web account manager (WAM) support ([#436](https://github.com/microsoftgraph/msgraph-cli-core/issues/436)) ([a5fe538](https://github.com/microsoftgraph/msgraph-cli-core/commit/a5fe538d448cb1a977942cfcf45bb1bbb57ac089)) + + +### Bug Fixes + +* add default scopes to solve login error when no scopes are provided ([a5fe538](https://github.com/microsoftgraph/msgraph-cli-core/commit/a5fe538d448cb1a977942cfcf45bb1bbb57ac089)) + ## [1.2.2](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.1...v1.2.2) (2024-07-25) 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 12cbbdac..9da3cfd7 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.2.2 + 1.3.0 true 1.0.0 @@ -48,7 +48,7 @@ - +