diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37f94801189..e6a538a1b8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.160.0" + ".": "0.161.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 52528814e8b..b8cf87e5ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.161.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.160.0...v0.161.0) (2026-05-05) + + +### Features + +* **generation:** update request builders and models ([02007a6](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/02007a69471e5d8a37d0de1542cb683bfcfcd781)) +* **generation:** update request builders and models ([5938da0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/5938da0995c4ea9347213c05527d5276152e16af)) + ## [0.160.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.159.0...v0.160.0) (2026-04-20) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index cc4b3ad9b3f..5fe7b3d7091 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{ GraphServiceVersion: "beta", /** The SDK version */ // x-release-please-start-version - GraphServiceLibraryVersion: "0.160.0", + GraphServiceLibraryVersion: "0.161.0", // x-release-please-end }