Skip to content

Commit

Permalink
chore(main): release 1.51.0 (#792)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 17, 2024
1 parent 0b98552 commit 1f3e35a
Show file tree
Hide file tree
Showing 3 changed files with 10 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,4 +1,4 @@
{
".": "1.50.0"
".": "1.51.0"
}

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [1.51.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.50.0...v1.51.0) (2024-10-17)


### Features

* **generation:** update request builders and models ([#786](https://github.com/microsoftgraph/msgraph-sdk-go/issues/786)) ([ddd28a4](https://github.com/microsoftgraph/msgraph-sdk-go/commit/ddd28a4c98bd1062a27fe1310d43db3ea5b8efbb))
* **generation:** update request builders and models ([#791](https://github.com/microsoftgraph/msgraph-sdk-go/issues/791)) ([0b98552](https://github.com/microsoftgraph/msgraph-sdk-go/commit/0b985528e137318dcd9db50afd3ab19f7470a12e))

## [1.50.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.49.0...v1.50.0) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion graph_request_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
/** The SDK version */
// x-release-please-start-version
GraphServiceLibraryVersion: "1.50.0",
GraphServiceLibraryVersion: "1.51.0",
// x-release-please-end
}

Expand Down

0 comments on commit 1f3e35a

Please sign in to comment.