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