diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6e6db49..4ef204deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ _None_ ### New Features -- Added the `buildkite_pipeline_upload` action to upload a Buildkite pipeline to a running Buildkite build. [#597] +_None_ ### Bug Fixes @@ -20,6 +20,12 @@ _None_ _None_ +## 12.2.0 + +### New Features + +- Added the `buildkite_pipeline_upload` action to upload a Buildkite pipeline to a running Buildkite build. [#597] + ## 12.1.0 ### New Features diff --git a/Gemfile.lock b/Gemfile.lock index f10f73364..3b54bbe29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (12.1.0) + fastlane-plugin-wpmreleasetoolkit (12.2.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 2e0a36ac4..0b0281074 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -2,6 +2,6 @@ module Fastlane module Wpmreleasetoolkit - VERSION = '12.1.0' + VERSION = '12.2.0' end end