diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9945133a45..a609cbf3106 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.104.0" + ".": "0.105.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51faa546773..d114d029fba 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.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.104.0...v0.104.1) (2024-05-30) + + +### Features + +* **generation:** update request builders and models ([#420](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/420)) ([d194ac7](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/d194ac7ad655faabf75bdc1f0aca1338427c436d)) + ## [0.104.0]- 2024-05-22 ### Changed diff --git a/graph_request_adapter.go b/graph_request_adapter.go index ede64a6d9b4..85e9d28a1ae 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.104.0", + GraphServiceLibraryVersion: "0.105.0", // x-release-please-end }