Skip to content

Commit

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

chore(main): release 1.55.0
  • Loading branch information
Ndiritu authored Dec 18, 2024
2 parents 501ca44 + 66bdabf commit b2aaa48
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.54.0"
".": "1.55.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.55.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.54.0...v1.55.0) (2024-12-18)


### Features

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

## [1.54.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.53.0...v1.54.0) (2024-12-11)


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.54.0",
GraphServiceLibraryVersion: "1.55.0",
// x-release-please-end
}

Expand Down

0 comments on commit b2aaa48

Please sign in to comment.