diff --git a/CHANGELOG.md b/CHANGELOG.md index 5decf05e1..ffd09ca10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,7 @@ _None_ ### New Features -- Add the possibility to configure in `DerivedBuildCodeFormatter` a versioning prefix instead of always defaulting to 1. [#656] -- Add configurable number of digits in version components in `DerivedBuildCodeFormatter`. [#657] +_None_ ### Bug Fixes @@ -21,6 +20,13 @@ _None_ _None_ +## 13.4.0 + +### New Features + +- Add the possibility to configure in `DerivedBuildCodeFormatter` a versioning prefix instead of always defaulting to 1. [#656] +- Add configurable number of digits in version components in `DerivedBuildCodeFormatter`. [#657] + ## 13.3.1 ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index ec244e182..a134e4d13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (13.3.1) + fastlane-plugin-wpmreleasetoolkit (13.4.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 d7ffe1726..24d41e957 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.3.1' + VERSION = '13.4.0' end end