diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c82259486..2a7702f458 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.94.0" + ".": "1.95.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f781d78c..4f78cf643a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.95.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.94.0...v1.95.0) (2026-02-05) + + +### Features + +* **generation:** update request builders and models ([97b41c7](https://github.com/microsoftgraph/msgraph-sdk-go/commit/97b41c73e11332b3eec0f0b89a7045143d1c8aee)) + ## [1.94.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.93.0...v1.94.0) (2026-01-22) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 8f02f47172..b2fe2cd176 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{ GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header /** The SDK version */ // x-release-please-start-version - GraphServiceLibraryVersion: "1.94.0", + GraphServiceLibraryVersion: "1.95.0", // x-release-please-end }