Skip to content

Commit aff577a

Browse files
chore(main): release 1.85.0
1 parent c09ab70 commit aff577a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.84.0"
2+
".": "1.85.0"
33
}
44

CHANGELOG.md

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

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

5+
## [1.85.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.84.0...v1.85.0) (2025-09-11)
6+
7+
8+
### Features
9+
10+
* **generation:** update request builders and models ([c09ab70](https://github.com/microsoftgraph/msgraph-sdk-go/commit/c09ab70e63635d7d0dac0af593e9f55d24de7a14))
11+
* **generation:** update request builders and models ([bc69411](https://github.com/microsoftgraph/msgraph-sdk-go/commit/bc69411ccc100a21bf7b0e632a5fde90d338d61b))
12+
513
## [1.84.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.83.0...v1.84.0) (2025-08-20)
614

715

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: "", //v1 doesn't include the service version in the telemetry header
1313
/** The SDK version */
1414
// x-release-please-start-version
15-
GraphServiceLibraryVersion: "1.84.0",
15+
GraphServiceLibraryVersion: "1.85.0",
1616
// x-release-please-end
1717
}
1818

0 commit comments

Comments
 (0)