Skip to content

Commit 71095be

Browse files
authored
Release 12.3.4 into trunk (#620)
2 parents ab97199 + 9c0f7e4 commit 71095be

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ _None_
1414

1515
### Bug Fixes
1616

17+
_None_
18+
19+
### Internal Changes
20+
21+
_None_
22+
23+
## 12.3.4
24+
25+
### Bug Fixes
26+
1727
- `DateVersionCalculator`: move next year calculation decision to the clients [#619]
1828

1929
### Internal Changes

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 (12.3.3)
4+
fastlane-plugin-wpmreleasetoolkit (12.3.4)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module Wpmreleasetoolkit
5-
VERSION = '12.3.3'
5+
VERSION = '12.3.4'
66
end
77
end

0 commit comments

Comments
 (0)