Skip to content

Commit 5722d39

Browse files
chore(main): release 1.65.0 (#849)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b677920 commit 5722d39

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.64.0"
2+
".": "1.65.0"
33
}
44

CHANGELOG.md

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

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

5+
## [1.65.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.64.0...v1.65.0) (2025-03-14)
6+
7+
8+
### Features
9+
10+
* upgrade to go 1.24 ([#848](https://github.com/microsoftgraph/msgraph-sdk-go/issues/848)) ([b677920](https://github.com/microsoftgraph/msgraph-sdk-go/commit/b67792055f83bb3597651ed9df4a086881b0cea2))
11+
512
## [1.64.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.63.0...v1.64.0) (2025-03-12)
613

714

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.64.0",
15+
GraphServiceLibraryVersion: "1.65.0",
1616
// x-release-please-end
1717
}
1818

0 commit comments

Comments
 (0)