From b81854a4714c72ad43158578d172c22bcf26bdc9 Mon Sep 17 00:00:00 2001 From: Caleb Kiage <747955+calebkiage@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:50:21 +0300 Subject: [PATCH] chore(main): release 1.4.0 (#435) --- .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 cb369b3f9b..73d3293b98 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8a699b31..54fa809073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.4.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.3.1...v1.4.0) (2024-02-14) + + +### Features + +* **generation:** update request builders and models ([#431](https://github.com/microsoftgraph/msgraph-cli/issues/431)) ([a6727d6](https://github.com/microsoftgraph/msgraph-cli/commit/a6727d64c8d2c573591bef4f007409bf1b3f5e85)) + ## [1.3.1](https://github.com/microsoftgraph/msgraph-cli/compare/v1.3.0...v1.3.1) (2024-02-14) diff --git a/src/msgraph-cli.csproj b/src/msgraph-cli.csproj index c6712fd66d..ff03fef17b 100644 --- a/src/msgraph-cli.csproj +++ b/src/msgraph-cli.csproj @@ -7,7 +7,7 @@ disable enable mgc - 1.3.1 + 1.4.0