diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c822ce67e..19c50ceb6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.46.0" + ".": "1.47.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index afa657ce79..2f7bc00e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.47.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.46.0...v1.47.0) (2024-08-06) + + +### Features + +* **generation:** update request builders and models ([#754](https://github.com/microsoftgraph/msgraph-sdk-go/issues/754)) ([5f64178](https://github.com/microsoftgraph/msgraph-sdk-go/commit/5f64178aada8b3fee51edac8eb662c264644cf6f)) + ## [1.46.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.45.0...v1.46.0) (2024-07-15) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 1292fb2091..1e762c28c2 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.46.0", + GraphServiceLibraryVersion: "1.47.0", // x-release-please-end }