diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d2c33eade7..88c208514d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.56.0" + ".": "1.57.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 609b62fbf5..24b84d1aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.57.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.56.0...v1.57.0) (2025-01-08) + + +### Features + +* **generation:** update request builders and models ([#821](https://github.com/microsoftgraph/msgraph-sdk-go/issues/821)) ([ea84503](https://github.com/microsoftgraph/msgraph-sdk-go/commit/ea84503d2a6b374f5b12d0322f800b829ed80785)) + ## [1.56.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.55.0...v1.56.0) (2025-01-02) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 3f3a11903a..d1a6d373fb 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.56.0", + GraphServiceLibraryVersion: "1.57.0", // x-release-please-end }