From 039ddd927d24fb0ecc7d4a9591d392fd9c0e6b61 Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Mon, 30 Mar 2026 20:39:03 +0200 Subject: [PATCH] Bumped to version 14.2.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 b0c8f3e67..fa12e7fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,18 @@ _None_ ### Bug Fixes -- Added optional `next_version` parameter to `android_update_release_notes` and `ios_update_release_notes` actions, allowing callers to provide the next version directly instead of relying on the built-in calculator that assumes minor version caps at 9. This fixes incorrect version bumps (e.g., 8.9 → 9.0 instead of 8.10) for apps using semantic versioning. [#706] +_None_ ### Internal Changes _None_ +## 14.2.1 + +### Bug Fixes + +- Added optional `next_version` parameter to `android_update_release_notes` and `ios_update_release_notes` actions, allowing callers to provide the next version directly instead of relying on the built-in calculator that assumes minor version caps at 9. This fixes incorrect version bumps (e.g., 8.9 → 9.0 instead of 8.10) for apps using semantic versioning. [#706] + ## 14.2.0 ### New Features diff --git a/Gemfile.lock b/Gemfile.lock index ba53f9d1e..919c69cb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (14.2.0) + fastlane-plugin-wpmreleasetoolkit (14.2.1) activesupport (>= 6.1.7.1, < 8) buildkit (~> 1.5) chroma (= 0.2.0) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index ffc02fee0..c1583b2e4 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.2.0' + VERSION = '14.2.1' end end