diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4013e01d00..d3b935ae42c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.164.0" + ".": "0.165.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7de456696..4f450d2fe80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.165.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.164.0...v0.165.0) (2026-08-05) + + +### Features + +* **generation:** update request builders and models ([f0ce381](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/f0ce381f64c054f1b9922ff04f181c111ced02a2)) + ## [0.164.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.163.0...v0.164.0) (2026-07-22) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index ad88265632c..d220fcf8083 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.164.0", + GraphServiceLibraryVersion: "0.165.0", // x-release-please-end }