From 4aa90e1f6ee83852fcb1aabda62b2fff958247a3 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 21:49:25 +0000 Subject: [PATCH] chore(main): release 1.98.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ graph_request_adapter.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 172e3baca9..e11b803358 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.97.0" + ".": "1.98.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e5656e42..77aa6473aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.98.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.97.0...v1.98.0) (2026-05-05) + + +### Features + +* **generation:** update request builders and models ([08bde76](https://github.com/microsoftgraph/msgraph-sdk-go/commit/08bde769a649f28fe187b6d3f737064db0446152)) +* **generation:** update request builders and models ([de4650c](https://github.com/microsoftgraph/msgraph-sdk-go/commit/de4650cfc72180bdc8d1520516b12ac1bf944c53)) + ## [1.97.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.96.0...v1.97.0) (2026-04-17) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index f24d6fcf86..95b0d8bd52 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.97.0", + GraphServiceLibraryVersion: "1.98.0", // x-release-please-end }