Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 19, 2024
1 parent e75f79d commit 150ad57
Show file tree
Hide file tree
Showing 3 changed files with 18 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.45.0"
".": "2.0.0"
}

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

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

## [2.0.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.45.0...v2.0.0) (2024-06-19)


### ⚠ BREAKING CHANGES

* replaces project bot token task by official one

### Reverts

* "chore!: replaces project bot token task by official one" ([561c4b8](https://github.com/microsoftgraph/msgraph-sdk-go/commit/561c4b8ee824f3aca3175801c8e5a663455e119d))


### Miscellaneous Chores

* replaces project bot token task by official one ([3c8d0ec](https://github.com/microsoftgraph/msgraph-sdk-go/commit/3c8d0ec222394d3e3947613c126f0fb50d075a35))

## [1.45.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.44.0...v1.45.0) (2024-06-05)


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

Expand Down

0 comments on commit 150ad57

Please sign in to comment.