Skip to content

Commit

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

chore(main): release 0.111.0
  • Loading branch information
baywet authored Oct 17, 2024
2 parents 94c18f1 + f7c6708 commit 7b6c695
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 @@
{
".": "0.110.0"
".": "0.111.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.

## [0.111.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.110.0...v0.111.0) (2024-10-17)


### Features

* **generation:** update request builders and models ([#470](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/470)) ([94c18f1](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/94c18f15cd2cf328909ca61d15dd21b2690ea6e6))

## [0.110.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.109.0...v0.110.0) (2024-10-09)


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: "beta",
/** The SDK version */
// x-release-please-start-version
GraphServiceLibraryVersion: "0.110.0",
GraphServiceLibraryVersion: "0.111.0",
// x-release-please-end
}

Expand Down

0 comments on commit 7b6c695

Please sign in to comment.