diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c70a380..94863e518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ _None_ ### New Features +_None_ + +### Bug Fixes + +_None_ + +### Internal Changes + +_None_ + +## 14.11.0 + +### New Features + - New `macos_verify_code_signing` action, asserting that macOS artifacts are signed, signed by the expected authority, accepted by Gatekeeper, and have a notarization ticket stapled to them. Handles `.app` bundles and `.dmg` disk images, picking the checks that apply to each. [#757] ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 09f38f741..543f4b6f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (14.10.0) + fastlane-plugin-wpmreleasetoolkit (14.11.0) buildkit (~> 1.5) chroma (= 0.2.0) diffy (~> 3.3) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index e36649f95..ff9951065 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -3,6 +3,6 @@ module Fastlane module Wpmreleasetoolkit NAME = 'fastlane-plugin-wpmreleasetoolkit' - VERSION = '14.10.0' + VERSION = '14.11.0' end end