diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4eced4101cf..8c5c35f1a51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.156.0" + ".": "0.157.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 686b84b4217..e235eeb4969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.157.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.156.0...v0.157.0) (2026-01-07) + + +### Features + +* **generation:** update request builders and models ([d73456b](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/d73456ba5a0e6bbce5f77706c5391dc84f3b0418)) + ## [0.156.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.155.0...v0.156.0) (2025-12-17) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 40cf1358242..98946c939b8 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.156.0", + GraphServiceLibraryVersion: "0.157.0", // x-release-please-end }