Skip to content

Commit 12561e2

Browse files
authored
Release 5.5.0 (#408)
2 parents ae2f092 + 840a36e commit 12561e2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ _None_
1010

1111
### New Features
1212

13+
_None_
14+
15+
### Bug Fixes
16+
17+
_None_
18+
19+
### Internal Changes
20+
21+
_None_
22+
23+
## 5.5.0
24+
25+
### New Features
26+
1327
- Propose to retry when `gp_downloadmetadata` receives a `429 - Too Many Requests` error. [#406]
1428

1529
### Bug Fixes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (5.4.0)
4+
fastlane-plugin-wpmreleasetoolkit (5.5.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module Wpmreleasetoolkit
3-
VERSION = '5.4.0'
3+
VERSION = '5.5.0'
44
end
55
end

0 commit comments

Comments
 (0)