diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a787c5c92..cb369b3f9b 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 bcf4f36d6a..fe8a699b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.3.1](https://github.com/microsoftgraph/msgraph-cli/compare/v1.3.0...v1.3.1) (2024-02-14) + + +### Bug Fixes + +* fix issue with saving auth data when cloud environment is changed ([#432](https://github.com/microsoftgraph/msgraph-cli/issues/432)) ([cba4fad](https://github.com/microsoftgraph/msgraph-cli/commit/cba4fade745ae9ed2261f24e9690cb9255156358)) + ## [1.3.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.2.0...v1.3.0) (2024-02-06) diff --git a/src/msgraph-cli.csproj b/src/msgraph-cli.csproj index 58d4a4f061..c6712fd66d 100644 --- a/src/msgraph-cli.csproj +++ b/src/msgraph-cli.csproj @@ -7,7 +7,7 @@ disable enable mgc - 1.3.0 + 1.3.1