diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e11b803358..1ef9fb362b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.98.0" + ".": "1.99.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77aa6473aa..d16b93e36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.99.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.98.0...v1.99.0) (2026-05-19) + + +### Features + +* **generation:** update request builders and models ([#1002](https://github.com/microsoftgraph/msgraph-sdk-go/issues/1002)) ([a016ea5](https://github.com/microsoftgraph/msgraph-sdk-go/commit/a016ea5c21aa2bee7edb4c54850d46004d0b927f)) + ## [1.98.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.97.0...v1.98.0) (2026-05-05) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 95b0d8bd52..145491d2d4 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.98.0", + GraphServiceLibraryVersion: "1.99.0", // x-release-please-end }