diff --git a/CHANGELOG.md b/CHANGELOG.md index ba374400f..cb4817e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ _None_ ### New Features -- Added the action `create_release_backmerge_pull_request` to facilitate the creation of Pull Requests merging a release branch back to the main branch or currently ongoing releases [#570] +_None_ ### Bug Fixes @@ -20,6 +20,12 @@ _None_ _None_ +## 11.1.0 + +### New Features + +- Added the action `create_release_backmerge_pull_request` to facilitate the creation of Pull Requests merging a release branch back to the main branch or currently ongoing releases [#570] + ## 11.0.3 ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 82b0c4e86..108b06dcd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (11.0.3) + fastlane-plugin-wpmreleasetoolkit (11.1.0) activesupport (>= 6.1.7.1) buildkit (~> 1.5) chroma (= 0.2.0) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index d4df132e6..593945d1d 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -2,6 +2,6 @@ module Fastlane module Wpmreleasetoolkit - VERSION = '11.0.3' + VERSION = '11.1.0' end end