diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88c208514d..b661f8f17e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.57.0" + ".": "1.58.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b84d1aee..f96c073c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.58.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.57.0...v1.58.0) (2025-01-17) + + +### Features + +* **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)) + ## [1.57.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.56.0...v1.57.0) (2025-01-08) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index d1a6d373fb..9a1ab316b0 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -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.57.0", + GraphServiceLibraryVersion: "1.58.0", // x-release-please-end }