diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73d3293b98..6180eb92ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54fa809073..9c88602df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.5.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.4.0...v1.5.0) (2024-03-19) + + +### Features + +* **generation:** update request builders and models ([#450](https://github.com/microsoftgraph/msgraph-cli/issues/450)) ([ba4c72b](https://github.com/microsoftgraph/msgraph-cli/commit/ba4c72bd7ec7431f7a58a746b6ae99da3b3bb962)) + ## [1.4.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.3.1...v1.4.0) (2024-02-14) diff --git a/src/msgraph-cli.csproj b/src/msgraph-cli.csproj index ff03fef17b..21fd62f130 100644 --- a/src/msgraph-cli.csproj +++ b/src/msgraph-cli.csproj @@ -7,7 +7,7 @@ disable enable mgc - 1.4.0 + 1.5.0