Skip to content

Commit 1f3e35a

Browse files
chore(main): release 1.51.0 (#792)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0b98552 commit 1f3e35a

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.50.0"
2+
".": "1.51.0"
33
}
44

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [1.51.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.50.0...v1.51.0) (2024-10-17)
6+
7+
8+
### Features
9+
10+
* **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))
11+
* **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))
12+
513
## [1.50.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.49.0...v1.50.0) (2024-10-09)
614

715

graph_request_adapter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{
1212
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
1313
/** The SDK version */
1414
// x-release-please-start-version
15-
GraphServiceLibraryVersion: "1.50.0",
15+
GraphServiceLibraryVersion: "1.51.0",
1616
// x-release-please-end
1717
}
1818

0 commit comments

Comments
 (0)