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 ab97199 + 9c0f7e4 commit 71095beCopy full SHA for 71095be
3 files changed
CHANGELOG.md
@@ -14,6 +14,16 @@ _None_
14
15
### Bug Fixes
16
17
+_None_
18
+
19
+### Internal Changes
20
21
22
23
+## 12.3.4
24
25
+### Bug Fixes
26
27
- `DateVersionCalculator`: move next year calculation decision to the clients [#619]
28
29
### Internal Changes
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (12.3.3)
+ fastlane-plugin-wpmreleasetoolkit (12.3.4)
5
activesupport (>= 6.1.7.1)
6
buildkit (~> 1.5)
7
chroma (= 0.2.0)
lib/fastlane/plugin/wpmreleasetoolkit/version.rb
@@ -2,6 +2,6 @@
module Fastlane
module Wpmreleasetoolkit
- VERSION = '12.3.3'
+ VERSION = '12.3.4'
end
0 commit comments