diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aac8cb752a..718fa3a7a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.101.0" + ".": "1.102.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de5c6346c7..bae1530f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.102.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.101.0...v1.102.0) (2026-08-20) + + +### Features + +* **generation:** update request builders and models ([4b157af](https://github.com/microsoftgraph/msgraph-sdk-go/commit/4b157af1723d6f043c9a5df7800b64502fb96fd9)) + ## [1.101.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.100.0...v1.101.0) (2026-08-05) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index cc37c59b49..180369c41d 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.101.0", + GraphServiceLibraryVersion: "1.102.0", // x-release-please-end }