From 52a03137ac9d8f44a05888d337876f956e021a06 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:59:15 +0000 Subject: [PATCH] chore(main): release 1.49.0 (#778) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ graph_request_adapter.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93796fa37c..fc8def0b94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.48.0" + ".": "1.49.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf47beac14..b45db4aa95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.49.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.48.0...v1.49.0) (2024-10-04) + + +### Features + +* **generation:** update request builders and models ([#776](https://github.com/microsoftgraph/msgraph-sdk-go/issues/776)) ([24fec1f](https://github.com/microsoftgraph/msgraph-sdk-go/commit/24fec1f1206684dd39c165780e48e1f136604a48)) + ## [1.48.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.47.0...v1.48.0) (2024-09-11) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index a1f9cc788c..0d6a1755e4 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.48.0", + GraphServiceLibraryVersion: "1.49.0", // x-release-please-end }