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 17a73f9 commit 6d34581Copy full SHA for 6d34581
CHANGELOG.md
@@ -10,8 +10,7 @@ _None_
10
11
### New Features
12
13
-* Introduce new `ios_extract_keys_from_strings_files` action. [#338]
14
-* Add Upload to S3 Action. [#339]
+_None_
15
16
### Bug Fixes
17
@@ -21,6 +20,13 @@ _None_
21
20
22
_None_
23
+## 3.1.0
24
+
25
+### New Features
26
27
+* Introduce new `ios_extract_keys_from_strings_files` action. [#338]
28
+* Add Upload to S3 Action. [#339]
29
30
## 3.0.0
31
32
### Breaking Changes
lib/fastlane/plugin/wpmreleasetoolkit/version.rb
@@ -1,5 +1,5 @@
1
module Fastlane
2
module Wpmreleasetoolkit
3
- VERSION = '3.0.0'
+ VERSION = '3.1.0'
4
end
5
0 commit comments