Skip to content

Commit d21ed02

Browse files
authored
Merge pull request #322 from microsoftgraph/release-please--branches--main--components--github.com/microsoftgraph/msgraph-sdk-go-core
chore(main): release 1.2.1
2 parents 5aa1169 + b235f90 commit d21ed02

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,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

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.2.1](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.2.0...v1.2.1) (2024-08-26)
6+
7+
8+
### Bug Fixes
9+
10+
* repeated slice uploading on large file upload task ([cb329cc](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/cb329cc395946a619cda5501da88dcda15d84d9b))
11+
512
## [1.2.0](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.1.0...v1.2.0) (2024-07-15)
613

714

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package msgraphgocore
22

33
/** The SDK version */
44
// x-release-please-start-version
5-
var CoreVersion = "1.2.0"
5+
var CoreVersion = "1.2.1"
66

77
// x-release-please-end

0 commit comments

Comments
 (0)