diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7588679c01..3800c0691d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f45111ac..0210f606dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.8.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.7.0...v1.8.0) (2024-05-21) + + +### Features + +* **generation:** update request builders and models ([#473](https://github.com/microsoftgraph/msgraph-cli/issues/473)) ([4319915](https://github.com/microsoftgraph/msgraph-cli/commit/4319915f49e73aeab350dc8fd11bb23b5547be8a)) + ## [1.7.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.6.0...v1.7.0) (2024-04-17) diff --git a/src/msgraph-cli.csproj b/src/msgraph-cli.csproj index 6cac824ebd..308c83e7fc 100644 --- a/src/msgraph-cli.csproj +++ b/src/msgraph-cli.csproj @@ -7,7 +7,7 @@ disable enable mgc - 1.7.0 + 1.8.0