Skip to content

Commit 7a8ebd5

Browse files
authored
Merge pull request #854 from microsoftgraph/release-please--branches--main--components--github.com/microsoftgraph/msgraph-sdk-go
chore(main): release 1.66.1
2 parents c757cb9 + 84f9bf6 commit 7a8ebd5

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.66.0"
2+
".": "1.66.1"
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.66.1](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.66.0...v1.66.1) (2025-03-24)
6+
7+
8+
### Bug Fixes
9+
10+
* upgrades common go dependency to solve triming issues ([c757cb9](https://github.com/microsoftgraph/msgraph-sdk-go/commit/c757cb918b10f80f2c34fd72f5b28a811c4f552e))
11+
* upgrades common go dependency to solve triming issues ([20f8454](https://github.com/microsoftgraph/msgraph-sdk-go/commit/20f84541de9fc04b648f7f8a714fa56670d8275f))
12+
513
## [1.66.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.65.0...v1.66.0) (2025-03-18)
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.66.0",
15+
GraphServiceLibraryVersion: "1.66.1",
1616
// x-release-please-end
1717
}
1818

0 commit comments

Comments
 (0)