diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19c50ceb6d..93796fa37c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.47.0" + ".": "1.48.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7bc00e2b..cf47beac14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.48.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.47.0...v1.48.0) (2024-09-11) + + +### Features + +* **generation:** update request builders and models ([#770](https://github.com/microsoftgraph/msgraph-sdk-go/issues/770)) ([579240c](https://github.com/microsoftgraph/msgraph-sdk-go/commit/579240cf711ba74d346bc4e02a8288d8b45975ec)) + ## [1.47.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.46.0...v1.47.0) (2024-08-06) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 1e762c28c2..a1f9cc788c 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.47.0", + GraphServiceLibraryVersion: "1.48.0", // x-release-please-end }