diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b1fcc7..d0a2c8d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 90db749..8b46b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.2.0](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.1.0...v1.2.0) (2024-07-10) + + +### Features + +* add git release config ([69234a2](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/69234a236c1d212941e742593ce43d2a35a1212b)) + + +### Bug Fixes + +* content range order during upload ([#304](https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/304)) ([f241e94](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/f241e947b28de38e8f7bc8c3d4eb6eb95b9afbdb)) + ## [1.1.0](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.0.2...v1.1.0) (2024-07-10) diff --git a/version.go b/version.go index a8ab6f9..0c9e3dd 100644 --- a/version.go +++ b/version.go @@ -2,6 +2,6 @@ package msgraphgocore /** The SDK version */ // x-release-please-start-version -var CoreVersion = "1.1.0" +var CoreVersion = "1.2.0" // x-release-please-end