Skip to content

Commit 9dfb3c2

Browse files
authored
Merge pull request #479 from microsoftgraph/release-please--branches--main--components--msgraph-cli
chore(main): release 1.9.0
2 parents beab734 + 5bf2d54 commit 9dfb3c2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.0"
2+
".": "1.9.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.9.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.8.0...v1.9.0) (2024-06-03)
6+
7+
8+
### Features
9+
10+
* **generation:** update request builders and models ([#475](https://github.com/microsoftgraph/msgraph-cli/issues/475)) ([beab734](https://github.com/microsoftgraph/msgraph-cli/commit/beab734a0ae3edd9e4c58c24b51e36b8a3e6d78a))
11+
512
## [1.8.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.7.0...v1.8.0) (2024-05-21)
613

714

src/msgraph-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>disable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<AssemblyName>mgc</AssemblyName>
10-
<Version>1.8.0</Version>
10+
<Version>1.9.0</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)