Skip to content

Commit 0a68ba4

Browse files
authored
Merge pull request #398 from wordpress-mobile/release/5.3.0
Release 5.3.0 into trunk
2 parents 8e1a31b + e07d9c9 commit 0a68ba4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ _None_
2020

2121
_None_
2222

23+
## 5.3.0
24+
25+
### New Features
26+
27+
- Adds support for custom milestone duration [#397]
28+
2329
## 5.2.0
2430

2531
### New Features

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (5.2.0)
4+
fastlane-plugin-wpmreleasetoolkit (5.3.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
@@ -288,7 +288,7 @@ GEM
288288
octokit (4.21.0)
289289
faraday (>= 0.9)
290290
sawyer (~> 0.8.0, >= 0.5.3)
291-
oj (3.13.17)
291+
oj (3.13.20)
292292
open4 (1.3.4)
293293
optimist (3.0.1)
294294
options (2.3.2)
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.2.0'
3+
VERSION = '5.3.0'
44
end
55
end

0 commit comments

Comments
 (0)