Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Mar 20, 2024
1 parent ba4c72b commit b28907c
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.4.0"
".": "1.5.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.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)


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.4.0</Version>
<Version>1.5.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit b28907c

Please sign in to comment.