diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c081e440..4849530f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,19 @@ _None_ ### Bug Fixes -- Fix `check_fonts_installed` step in `create_promo_screenshots` [#615] -- Fix broken `draw_text_to_canvas` method for `create_promo_screenshots` [#614] +_None_ ### Internal Changes _None_ +## 12.3.3 + +### Bug Fixes + +- Fix `check_fonts_installed` step in `create_promo_screenshots` [#615] +- Fix broken `draw_text_to_canvas` method for `create_promo_screenshots` [#614] + ## 12.3.2 ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index d14aa71ee..b4440084c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-wpmreleasetoolkit (12.3.2) + fastlane-plugin-wpmreleasetoolkit (12.3.3) 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 380db2086..9bf5e4d8f 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.2' + VERSION = '12.3.3' end end