diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efd0018f7ee..d7c8544a5dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.154.0" + ".": "0.155.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eda31d26a5..51dd90680ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.155.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.154.0...v0.155.0) (2025-12-03) + + +### Features + +* **generation:** update request builders and models ([#606](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/606)) ([501e069](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/501e06977d325315959b3b4e05ac831b52c783a4)) + ## [0.154.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.153.0...v0.154.0) (2025-11-19) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 5a83b1dc74a..4d0a5ed6998 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.154.0", + GraphServiceLibraryVersion: "0.155.0", // x-release-please-end }