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