diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fca3ca6661..b1f1f28078 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.91.0" + ".": "1.92.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 462d1177f5..ec85dadbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.92.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.91.0...v1.92.0) (2025-12-17) + + +### Features + +* **generation:** update request builders and models ([19d0a42](https://github.com/microsoftgraph/msgraph-sdk-go/commit/19d0a42e86efaace3b7c76f64fb4c061a5776245)) + ## [1.91.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.90.0...v1.91.0) (2025-12-03) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 0061b3d298..8e9119e963 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.91.0", + GraphServiceLibraryVersion: "1.92.0", // x-release-please-end }