diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 490d38f9634..0f6cf8309c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.107.0" + ".": "0.108.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bce858f27..8ab86f2a1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.108.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.107.0...v0.108.0) (2024-09-11) + + +### Features + +* **generation:** update request builders and models ([#457](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/457)) ([690970c](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/690970c61f9b25cfa179246c3e16801e23900e07)) + ## [0.107.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.106.0...v0.107.0) (2024-08-06) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 1dc682fffef..96644208d91 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.107.0", + GraphServiceLibraryVersion: "0.108.0", // x-release-please-end }