Skip to content

Release 5.5.0 into trunk #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/wpmreleasetoolkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module Wpmreleasetoolkit
VERSION = '5.4.0'
VERSION = '5.5.0'
end
end