From a551865b6396fba3109c1d7764d9a22cfaf4fde1 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Wed, 13 Nov 2024 19:37:19 +0100 Subject: [PATCH] Bumped to version 12.3.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 b121318ab..147cffc91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,18 @@ _None_ ### Bug Fixes -- Fix issue with post-processing of PR urls in the body of GitHub releases created via `create_github_release` [#610] +_None_ ### Internal Changes _None_ +## 12.3.1 + +### Bug Fixes + +- Fix issue with post-processing of PR urls in the body of GitHub releases created via `create_github_release` [#610] + ## 12.3.0 ### New Features diff --git a/Gemfile.lock b/Gemfile.lock index 0df19cf87..74150f249 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (12.3.0) + fastlane-plugin-wpmreleasetoolkit (12.3.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 fef9055e7..996957be5 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/version.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/version.rb @@ -2,6 +2,6 @@ module Fastlane module Wpmreleasetoolkit - VERSION = '12.3.0' + VERSION = '12.3.1' end end