diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b1225d80db2..efd0018f7ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.153.0" + ".": "0.154.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1548c68266d..0eda31d26a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.154.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.153.0...v0.154.0) (2025-11-19) + + +### Features + +* **generation:** update request builders and models ([63d70a4](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/63d70a4bd84264ee3d7a50c23cf0dcb43539a69e)) + ## [0.153.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.152.0...v0.153.0) (2025-10-03) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 996e2052b3c..5a83b1dc74a 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.153.0", + GraphServiceLibraryVersion: "0.154.0", // x-release-please-end }