From 7545e79e5ae252743c03c17e7dc6159dc6ffd8e9 Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Mon, 15 Dec 2025 20:22:27 +0100 Subject: [PATCH] Bumped to version 13.8.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 bd321484a..b96b9b51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,18 @@ _None_ ### Bug Fixes -- `buildkite_pipeline_upload`: Fix compatibility issues by using POSIX-compliant `.` instead of bash-specific `source` command. [#681] +_None_ ### Internal Changes _None_ +## 13.8.1 + +### Bug Fixes + +- `buildkite_pipeline_upload`: Fix compatibility issues by using POSIX-compliant `.` instead of bash-specific `source` command. [#681] + ## 13.8.0 ### New Features diff --git a/Gemfile.lock b/Gemfile.lock index 85054ee87..5a38e975b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (13.8.0) + fastlane-plugin-wpmreleasetoolkit (13.8.1) activesupport (>= 6.1.7.1) buildkit (~> 1.5) chroma (= 0.2.0) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb index ea5c6c1a4..69d6eb739 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -2,6 +2,6 @@ module Fastlane module Wpmreleasetoolkit - VERSION = '13.8.0' + VERSION = '13.8.1' end end