Skip to content

Commit

Permalink
Merge pull request #479 from microsoftgraph/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--msgraph-cli

chore(main): release 1.9.0
  • Loading branch information
rkodev authored Jun 3, 2024
2 parents beab734 + 5bf2d54 commit 9dfb3c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.0"
".": "1.9.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.9.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.8.0...v1.9.0) (2024-06-03)


### Features

* **generation:** update request builders and models ([#475](https://github.com/microsoftgraph/msgraph-cli/issues/475)) ([beab734](https://github.com/microsoftgraph/msgraph-cli/commit/beab734a0ae3edd9e4c58c24b51e36b8a3e6d78a))

## [1.8.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.7.0...v1.8.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion src/msgraph-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>mgc</AssemblyName>
<Version>1.8.0</Version>
<Version>1.9.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 9dfb3c2

Please sign in to comment.