diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1ef9fb362b..dc2964d90d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.99.0" + ".": "1.100.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d16b93e36d..a9c3dbbb45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.100.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.99.0...v1.100.0) (2026-07-10) + + +### Features + +* **generation:** update request builders and models ([c8f08e8](https://github.com/microsoftgraph/msgraph-sdk-go/commit/c8f08e8aa9e3b2c0058a974015712ea924ec4a06)) +* **generation:** update request builders and models ([44f234d](https://github.com/microsoftgraph/msgraph-sdk-go/commit/44f234dc4000e9ef9c03f176e9fcb7f7ce60c521)) + ## [1.99.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.98.0...v1.99.0) (2026-05-19) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 145491d2d4..ff6104314b 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.99.0", + GraphServiceLibraryVersion: "1.100.0", // x-release-please-end }