diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76c3ed752ce..e407990963a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.162.0" + ".": "0.163.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4542d8045..3573d5de466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.163.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.162.0...v0.163.0) (2026-07-10) + + +### Features + +* **generation:** update request builders and models ([c3e4be8](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/c3e4be8fdf83364bd2fd9bf317a9afb44c0265a0)) +* **generation:** update request builders and models ([ccf25f9](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/ccf25f9643c6cabcf56ff8c3e9503ca184cbd303)) + ## [0.162.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.161.0...v0.162.0) (2026-05-20) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 6120b5b21cb..644a8edb858 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.162.0", + GraphServiceLibraryVersion: "0.163.0", // x-release-please-end }