diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97b2182321b..6f5778b7c7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.111.0" + ".": "0.112.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a9a54de01..0055daf6631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.112.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.111.0...v0.112.0) (2024-11-07) + + +### Features + +* **generation:** update request builders and models ([#474](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/474)) ([2e47c55](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/2e47c55a7f9a33248629ee111691b2aedd65ba6e)) + ## [0.111.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.110.0...v0.111.0) (2024-10-17) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 396c57f490c..0c0e10e8266 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.111.0", + GraphServiceLibraryVersion: "0.112.0", // x-release-please-end }