diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d107a88844..694e99275d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.86.0" + ".": "1.87.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 497d33bd58..c16844706a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.87.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.86.0...v1.87.0) (2025-10-03) + + +### Features + +* **generation:** update request builders and models ([737eb88](https://github.com/microsoftgraph/msgraph-sdk-go/commit/737eb88b79a6a9f40aa67f94dbf299c961ab82af)) + ## [1.86.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.85.0...v1.86.0) (2025-09-16) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index d06f2ea867..5734e574d1 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.86.0", + GraphServiceLibraryVersion: "1.87.0", // x-release-please-end }