diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b661f8f17e..c44d295f6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.58.0" + ".": "1.59.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f96c073c7d..eb60640ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.59.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.58.0...v1.59.0) (2025-01-24) + + +### Features + +* **generation:** update request builders and models ([e945d39](https://github.com/microsoftgraph/msgraph-sdk-go/commit/e945d39f01ab9e3595aa8d1ab1219bb992371c8b)) + ## [1.58.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.57.0...v1.58.0) (2025-01-17) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 9a1ab316b0..53bcc34a38 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.58.0", + GraphServiceLibraryVersion: "1.59.0", // x-release-please-end }