Skip to content

Commit b17a415

Browse files
authored
Release 14.6.0 into trunk (#722)
2 parents 2877f4d + 72de7f2 commit b17a415

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _None_
1010

1111
### New Features
1212

13-
- `upload_build_to_apps_cdn`: Update the list of valid values for `platform` to add support for `Linux - x64` and `Linux - ARM64`. [#720]
13+
_None_
1414

1515
### Bug Fixes
1616

@@ -20,6 +20,12 @@ _None_
2020

2121
_None_
2222

23+
## 14.6.0
24+
25+
### New Features
26+
27+
- `upload_build_to_apps_cdn`: Update the list of valid values for `platform` to add support for `Linux - x64` and `Linux - ARM64`. [#720]
28+
2329
## 14.5.0
2430

2531
### New Features

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 (14.5.0)
4+
fastlane-plugin-wpmreleasetoolkit (14.6.0)
55
buildkit (~> 1.5)
66
chroma (= 0.2.0)
77
diffy (~> 3.3)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Fastlane
44
module Wpmreleasetoolkit
55
NAME = 'fastlane-plugin-wpmreleasetoolkit'
6-
VERSION = '14.5.0'
6+
VERSION = '14.6.0'
77
end
88
end

0 commit comments

Comments
 (0)