From 25f4c30d146a04acf7f80d1d68ec322c4f5d293b Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:54:18 +0000 Subject: [PATCH] chore(main): release 0.162.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ graph_request_adapter.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6a538a1b8a..76c3ed752ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.161.0" + ".": "0.162.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b8cf87e5ec7..7c4542d8045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.162.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.161.0...v0.162.0) (2026-05-20) + + +### Features + +* **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)) + + +### Bug Fixes + +* 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)) + ## [0.161.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.160.0...v0.161.0) (2026-05-05) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 5fe7b3d7091..6120b5b21cb 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{ GraphServiceVersion: "beta", /** The SDK version */ // x-release-please-start-version - GraphServiceLibraryVersion: "0.161.0", + GraphServiceLibraryVersion: "0.162.0", // x-release-please-end }