Skip to content

Commit be4f72a

Browse files
committed
Bumped to version 5.4.0
1 parent e8bb9a8 commit be4f72a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ _None_
1010

1111
### New Features
1212

13-
- Propose to retry when the download of GlotPress translations failed for a locale (especially useful for occurrences of `429 - Too Many Requests` quota limits) [#402]
14-
- Add a `test_targets` parameter to the `android_firebase_test` action to be able to filter the tests to be run. [#403]
13+
_None_
1514

1615
### Bug Fixes
1716

@@ -21,6 +20,13 @@ _None_
2120

2221
_None_
2322

23+
## 5.4.0
24+
25+
### New Features
26+
27+
- Propose to retry when the download of GlotPress translations failed for a locale (especially useful for occurrences of `429 - Too Many Requests` quota limits) [#402]
28+
- Add a `test_targets` parameter to the `android_firebase_test` action to be able to filter the tests to be run. [#403]
29+
2430
## 5.3.0
2531

2632
### New Features

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.3.0)
4+
fastlane-plugin-wpmreleasetoolkit (5.4.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.3.0'
3+
VERSION = '5.4.0'
44
end
55
end

0 commit comments

Comments
 (0)