diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b5b9e3ef0..0f7ce57ab1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.53.0" + ".": "1.54.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a6eeb341b8..80a2d065cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.54.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.53.0...v1.54.0) (2024-12-11) + + +### Features + +* **generation:** update request builders and models ([#813](https://github.com/microsoftgraph/msgraph-sdk-go/issues/813)) ([d5055be](https://github.com/microsoftgraph/msgraph-sdk-go/commit/d5055be8d2045b4c203cecf60d540c641ac10551)) + ## [1.53.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.52.0...v1.53.0) (2024-11-28) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index f6c3b98926..257bb02c4a 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.53.0", + GraphServiceLibraryVersion: "1.54.0", // x-release-please-end }