diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8fffca7d73b..82a0af5990f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.105.1" + ".": "0.105.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 518aba16e4d..7783e2323a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.105.2](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.105.1...v0.105.2) (2024-07-15) + + +### Features + +* **generation:** update request builders and models ([#436](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/436)) ([2fb97be](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/2fb97bef0dcf5c2bb2619ffb92315d4f3e37f5ca)) + ## [0.105.1](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.105.0...v0.105.1) (2024-06-20) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 6ee0b84be65..f0628837b5e 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.105.1", + GraphServiceLibraryVersion: "0.105.2", // x-release-please-end }