Skip to content

Commit

Permalink
chore(main): release 0.106.0 (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 15, 2024
1 parent 1fc7096 commit b96b367
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.105.2"
".": "0.106.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.106.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.105.2...v0.106.0) (2024-07-15)


### Bug Fixes

* **release-please:** Update minor instead of patch for generated code ([#439](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/439)) ([1fc7096](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/1fc709645fe32161094204b0f0a744c0e98544ea))

## [0.105.2](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.105.1...v0.105.2) (2024-07-15)


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

Expand Down

0 comments on commit b96b367

Please sign in to comment.