diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 31a54ff0fb5..c355a5f93d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.109.0" + ".": "0.110.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 719cbdedf05..876b042b4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.110.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.109.0...v0.110.0) (2024-10-09) + + +### Features + +* **generation:** update request builders and models ([#465](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/465)) ([9257fd1](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/9257fd1aba8fbdb9c8cbe480c76cac9557c49545)) + ## [0.109.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.108.0...v0.109.0) (2024-10-04) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index b358317d1c4..6162670a4a2 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.109.0", + GraphServiceLibraryVersion: "0.110.0", // x-release-please-end }