diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9d2b62..2b1fcc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d06d1..fa19bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.1.0](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.0.2...v1.1.0) (2024-07-10) + + +### Features + +* add git release config ([69234a2](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/69234a236c1d212941e742593ce43d2a35a1212b)) + ## [1.1.0] - 2024-02-02 ### Added diff --git a/version.go b/version.go index da45b3e..a8ab6f9 100644 --- a/version.go +++ b/version.go @@ -2,6 +2,6 @@ package msgraphgocore /** The SDK version */ // x-release-please-start-version -var CoreVersion = "1.0.2" +var CoreVersion = "1.1.0" // x-release-please-end