diff --git a/CHANGELOG.md b/CHANGELOG.md index c791b566c..1a96bf70f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ _None_ ### New Features +_None_ + +### Bug Fixes + +_None_ + +### Internal Changes + +_None_ + +## 5.5.0 + +### New Features + - Propose to retry when `gp_downloadmetadata` receives a `429 - Too Many Requests` error. [#406] ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 14e49cbf5..e1db76aa6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (5.4.0) + fastlane-plugin-wpmreleasetoolkit (5.5.0) activesupport (~> 5) bigdecimal (~> 1.4) buildkit (~> 1.5) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index 8d045fcdc..cd3d83a01 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -1,5 +1,5 @@ module Fastlane module Wpmreleasetoolkit - VERSION = '5.4.0' + VERSION = '5.5.0' end end