diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d49be209eb..b842c57cc6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.89.0" + ".": "1.90.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 425bb20821..5b7f0ae100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.90.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.89.0...v1.90.0) (2025-11-18) + + +### Features + +* **generation:** update request builders and models ([d183496](https://github.com/microsoftgraph/msgraph-sdk-go/commit/d18349615626b1119fe6596390af8a5a29e8cffb)) + ## [1.89.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.88.0...v1.89.0) (2025-11-06) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 6804688359..6d37b991b3 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.89.0", + GraphServiceLibraryVersion: "1.90.0", // x-release-please-end }