Skip to content

Commit 9f12a47

Browse files
authored
Merge pull request #486 from wordpress-mobile/release/8.1.0
Release 8.1.0 into trunk
2 parents f1e5479 + c77fcc0 commit 9f12a47

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _None_
1010

1111
### New Features
1212

13-
- Adds auto_retry option to `gp_downloadmetadata_action`. [#474]
13+
_None_
1414

1515
### Bug Fixes
1616

@@ -20,6 +20,12 @@ _None_
2020

2121
_None_
2222

23+
## 8.1.0
24+
25+
### New Features
26+
27+
- Adds auto_retry option to `gp_downloadmetadata_action`. [#474]
28+
2329
## 8.0.1
2430

2531
### 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 (8.0.1)
4+
fastlane-plugin-wpmreleasetoolkit (8.1.0)
55
activesupport (>= 6.1.7.1)
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 = '8.0.1'
3+
VERSION = '8.1.0'
44
end
55
end

0 commit comments

Comments
 (0)