From b28907c8541e3360a27528544c4cfd99f3f0ef90 Mon Sep 17 00:00:00 2001 From: Caleb Kiage <747955+calebkiage@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:24:39 +0300 Subject: [PATCH] chore(main): release 1.5.0 (#451) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/msgraph-cli.csproj | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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