diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69eed9d682..d873292b29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.50.0" + ".": "1.51.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 479d960244..a0128b0c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.51.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.50.0...v1.51.0) (2024-10-17) + + +### Features + +* **generation:** update request builders and models ([#786](https://github.com/microsoftgraph/msgraph-sdk-go/issues/786)) ([ddd28a4](https://github.com/microsoftgraph/msgraph-sdk-go/commit/ddd28a4c98bd1062a27fe1310d43db3ea5b8efbb)) +* **generation:** update request builders and models ([#791](https://github.com/microsoftgraph/msgraph-sdk-go/issues/791)) ([0b98552](https://github.com/microsoftgraph/msgraph-sdk-go/commit/0b985528e137318dcd9db50afd3ab19f7470a12e)) + ## [1.50.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.49.0...v1.50.0) (2024-10-09) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 91e8f65aba..7ec1e59674 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{ GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header /** The SDK version */ // x-release-please-start-version - GraphServiceLibraryVersion: "1.50.0", + GraphServiceLibraryVersion: "1.51.0", // x-release-please-end }