Skip to content

Commit 3024040

Browse files
Merge pull request #587 from microsoftgraph/release-please--branches--main--components--github.com/microsoftgraph/msgraph-beta-sdk-go
chore(main): release 0.151.0
2 parents f8f8519 + 0870f78 commit 3024040

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.150.0"
2+
".": "0.151.0"
33
}
44

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.151.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.150.0...v0.151.0) (2025-09-13)
6+
7+
8+
### Features
9+
10+
* trigger release ([f8f8519](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/f8f8519a19dcc46dc16ef22992326f3cd256238a))
11+
512
## [0.150.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.149.0...v0.150.0) (2025-08-20)
613

714

graph_request_adapter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{
1212
GraphServiceVersion: "beta",
1313
/** The SDK version */
1414
// x-release-please-start-version
15-
GraphServiceLibraryVersion: "0.150.0",
15+
GraphServiceLibraryVersion: "0.151.0",
1616
// x-release-please-end
1717
}
1818

0 commit comments

Comments
 (0)