Skip to content

Commit 9d1f5b7

Browse files
authored
Release 12.3.2 into trunk (#613)
2 parents 21d0336 + 6447e77 commit 9d1f5b7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ _None_
1414

1515
### Bug Fixes
1616

17-
- Fix bug in `configure_apply` that could happen if run on a user machine that hasn't yet `git-pull` the latest commits from `~/.mobile-secrets` to a commit _after_ the new encryption key had been pushed. [#612]
17+
_None_
1818

1919
### Internal Changes
2020

2121
_None_
2222

23+
## 12.3.2
24+
25+
### Bug Fixes
26+
27+
- Fix bug in `configure_apply` that could happen if run on a user machine that hasn't yet `git-pull` the latest commits from `~/.mobile-secrets` to a commit _after_ the new encryption key had been pushed. [#612]
28+
2329
## 12.3.1
2430

2531
### Bug Fixes

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.1)
4+
fastlane-plugin-wpmreleasetoolkit (12.3.2)
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.1'
5+
VERSION = '12.3.2'
66
end
77
end

0 commit comments

Comments
 (0)