Skip to content

Commit f92a0eb

Browse files
chore(main): release 1.58.0 (#825)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c4a61af commit f92a0eb

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+7
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.58.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.57.0...v1.58.0) (2025-01-17)
6+
7+
8+
### Features
9+
10+
* **generation:** update request builders and models ([#824](https://github.com/microsoftgraph/msgraph-sdk-go/issues/824)) ([c4a61af](https://github.com/microsoftgraph/msgraph-sdk-go/commit/c4a61af564baa0ca322705e62d27ff9d634db14f))
11+
512
## [1.57.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.56.0...v1.57.0) (2025-01-08)
613

714

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.57.0",
15+
GraphServiceLibraryVersion: "1.58.0",
1616
// x-release-please-end
1717
}
1818

0 commit comments

Comments
 (0)