diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f8b8d7ab7a0..f7fb63f5e07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.84.0" + ".": "1.85.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 207f0445a16..d0ef03eef8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.85.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.84.0...v1.85.0) (2025-09-11) + + +### Features + +* **generation:** update request builders and models ([c09ab70](https://github.com/microsoftgraph/msgraph-sdk-go/commit/c09ab70e63635d7d0dac0af593e9f55d24de7a14)) +* **generation:** update request builders and models ([bc69411](https://github.com/microsoftgraph/msgraph-sdk-go/commit/bc69411ccc100a21bf7b0e632a5fde90d338d61b)) + ## [1.84.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.83.0...v1.84.0) (2025-08-20) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index b628df7a03f..1abbe376687 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.84.0", + GraphServiceLibraryVersion: "1.85.0", // x-release-please-end }