We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e5479 commit c77fcc0Copy full SHA for c77fcc0
3 files changed
CHANGELOG.md
@@ -10,7 +10,7 @@ _None_
10
11
### New Features
12
13
-- Adds auto_retry option to `gp_downloadmetadata_action`. [#474]
+_None_
14
15
### Bug Fixes
16
@@ -20,6 +20,12 @@ _None_
20
21
_None_
22
23
+## 8.1.0
24
+
25
+### New Features
26
27
+- Adds auto_retry option to `gp_downloadmetadata_action`. [#474]
28
29
## 8.0.1
30
31
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (8.0.1)
+ fastlane-plugin-wpmreleasetoolkit (8.1.0)
5
activesupport (>= 6.1.7.1)
6
bigdecimal (~> 1.4)
7
buildkit (~> 1.5)
lib/fastlane/plugin/wpmreleasetoolkit/version.rb
@@ -1,5 +1,5 @@
module Fastlane
module Wpmreleasetoolkit
- VERSION = '8.0.1'
+ VERSION = '8.1.0'
end
0 commit comments