From d703c05fdc3ce5153caa8056b5daf51364b6f932 Mon Sep 17 00:00:00 2001 From: Oguz Kocer Date: Tue, 28 Jul 2026 17:24:17 -0400 Subject: [PATCH] Bumped to version 14.11.1 --- CHANGELOG.md | 8 +++++++- Gemfile.lock | 2 +- lib/fastlane/plugin/wpmreleasetoolkit/version.rb | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a8ec505..7a44445e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,18 @@ _None_ ### Bug Fixes -- `create_github_release` no longer crashes with `FrozenError` when the optional `release_notes_file_path` is omitted. [#759] +_None_ ### Internal Changes _None_ +## 14.11.1 + +### Bug Fixes + +- `create_github_release` no longer crashes with `FrozenError` when the optional `release_notes_file_path` is omitted. [#759] + ## 14.11.0 ### New Features diff --git a/Gemfile.lock b/Gemfile.lock index 543f4b6f6..f08e521b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (14.11.0) + fastlane-plugin-wpmreleasetoolkit (14.11.1) 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 ff9951065..d9398a3ce 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.11.0' + VERSION = '14.11.1' end end