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