diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cccdfcf2..e1c95a2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ _None_ ### New Features -- Added optional `exclude` parameter to `find_previous_tag` action, mapping to git's `--exclude` flag. This allows skipping beta/pre-release tags when searching for the previous stable release tag [#696] +_None_ ### Bug Fixes @@ -18,6 +18,16 @@ _None_ ### Internal Changes +_None_ + +## 14.1.0 + +### New Features + +- Added optional `exclude` parameter to `find_previous_tag` action, mapping to git's `--exclude` flag. This allows skipping beta/pre-release tags when searching for the previous stable release tag [#696] + +### Internal Changes + - Enhance `AGENTS.md` with comprehensive project guidance for AI agents. [#692] - Bumped `faraday` to address security vulnerability. [#689] - Bumped `nokogiri` to address security vulnerability. [#693] diff --git a/Gemfile.lock b/Gemfile.lock index e18727b7b..27e96e4d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (14.0.0) + fastlane-plugin-wpmreleasetoolkit (14.1.0) 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 6a62b3deb..716542a86 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.0.0' + VERSION = '14.1.0' end end