diff --git a/CHANGELOG.md b/CHANGELOG.md index cbad9612e..4ff7765bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ _None_ ### New Features -- `upload_github_release_assets` action: uploads assets on an existing GitHub release without disturbing unrelated assets. If assets exists already, it replaces them. [#743] +_None_ ### Bug Fixes @@ -20,6 +20,12 @@ _None_ _None_ +## 14.9.0 + +### New Features + +- `upload_github_release_assets` action: uploads assets on an existing GitHub release without disturbing unrelated assets. If assets exists already, it replaces them. [#743] + ## 14.8.0 ### New Features diff --git a/Gemfile.lock b/Gemfile.lock index b0c1d353b..220b537c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (14.8.0) + fastlane-plugin-wpmreleasetoolkit (14.9.0) buildkit (~> 1.5) chroma (= 0.2.0) diffy (~> 3.3) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index 1bc7b5132..9694b1702 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -3,6 +3,6 @@ module Fastlane module Wpmreleasetoolkit NAME = 'fastlane-plugin-wpmreleasetoolkit' - VERSION = '14.8.0' + VERSION = '14.9.0' end end