diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d762a2950c..b1225d80db2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.152.0" + ".": "0.153.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9385d2b49..1548c68266d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.153.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.152.0...v0.153.0) (2025-10-03) + + +### Features + +* **generation:** update request builders and models ([5815d12](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/5815d12eae088aeeb84a912af9536b8ee1d06ae5)) +* **generation:** update request builders and models ([538d6fb](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/538d6fb87dcf4e5c0fa562e13f3d007713164bd9)) + ## [0.152.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.151.0...v0.152.0) (2025-09-16) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index d9fd22a4a78..996e2052b3c 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.152.0", + GraphServiceLibraryVersion: "0.153.0", // x-release-please-end }