Skip to content

Commit

Permalink
Merge pull request #809 from microsoftgraph/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--github.aaakk.us.kg/microsoftgraph/msgraph-sdk-go

chore(main): release 1.52.0
  • Loading branch information
baywet authored Nov 25, 2024
2 parents 25cfdc3 + d1cb1dc commit 25321c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.51.0"
".": "1.52.0"
}

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.52.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.51.0...v1.52.0) (2024-11-25)


### Features

* **generation:** update request builders and models ([96ac533](https://github.com/microsoftgraph/msgraph-sdk-go/commit/96ac5331981d38de1e1bfe6db733df7d2a9d4847))

## [1.51.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.50.0...v1.51.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion graph_request_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.51.0",
GraphServiceLibraryVersion: "1.52.0",
// x-release-please-end
}

Expand Down

0 comments on commit 25321c3

Please sign in to comment.