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.
2 parents e5c8fb4 + bd4a868 commit d09d8c6Copy full SHA for d09d8c6
3 files changed
CHANGELOG.md
@@ -18,6 +18,12 @@ _None_
18
19
### Internal Changes
20
21
+_None_
22
+
23
+## 7.1.1
24
25
+### Internal Changes
26
27
- Remove `rubygems_mfa_required` from the `gemspec`. [#475]
28
29
## 7.1.0
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (7.1.0)
+ fastlane-plugin-wpmreleasetoolkit (7.1.1)
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 = '7.1.0'
+ VERSION = '7.1.1'
end
0 commit comments