diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcf2e137da6..7d762a2950c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.151.0" + ".": "0.152.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d42778c08f..8a9385d2b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.152.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.151.0...v0.152.0) (2025-09-16) + + +### Features + +* **generation:** update request builders and models ([66f8ed3](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/66f8ed3d20f4033c7bdba4f1c9291f926473116b)) + ## [0.151.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.150.0...v0.151.0) (2025-09-13) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 8a6a64ff0f9..d9fd22a4a78 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.151.0", + GraphServiceLibraryVersion: "0.152.0", // x-release-please-end }