Skip to content

Commit 25f4c30

Browse files
chore(main): release 0.162.0
1 parent 12dff92 commit 25f4c30

3 files changed

Lines changed: 14 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.161.0"
2+
".": "0.162.0"
33
}
44

CHANGELOG.md

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

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

5+
## [0.162.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.161.0...v0.162.0) (2026-05-20)
6+
7+
8+
### Features
9+
10+
* **generation:** update request builders and models ([#637](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/637)) ([12dff92](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/12dff9239f32ad8166c82904279d8eac0057e930))
11+
12+
13+
### Bug Fixes
14+
15+
* add missing image and enable Go module proxy in daily CI build ([#636](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/636)) ([ce443a0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/ce443a080263d2b77b70caf822afe4655ffd9b02))
16+
517
## [0.161.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.160.0...v0.161.0) (2026-05-05)
618

719

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.161.0",
15+
GraphServiceLibraryVersion: "0.162.0",
1616
// x-release-please-end
1717
}
1818

0 commit comments

Comments
 (0)