diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09a2522824..6a787c5c92 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b173765af..bcf4f36d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.3.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.2.0...v1.3.0) (2024-02-06) + + +### Features + +* add national clouds support ([#423](https://github.com/microsoftgraph/msgraph-cli/issues/423)) ([f29cc5c](https://github.com/microsoftgraph/msgraph-cli/commit/f29cc5cc52ebc9e2e67b7605c22722e29db4ba93)) +* **generation:** update request builders and models ([#428](https://github.com/microsoftgraph/msgraph-cli/issues/428)) ([ae339fb](https://github.com/microsoftgraph/msgraph-cli/commit/ae339fbabcd89173042e602b5b6357f3016fd157)) + ## [1.2.0] - 2024-01-22 ### Added diff --git a/src/msgraph-cli.csproj b/src/msgraph-cli.csproj index 23695dbfce..1caca04a60 100644 --- a/src/msgraph-cli.csproj +++ b/src/msgraph-cli.csproj @@ -7,7 +7,7 @@ disable enable mgc - 1.2.0 + 1.3.0 @@ -54,15 +54,15 @@ - - - - - + + + + + - - + +