From ceaebf7a2c8e459956b7650bf5c9527a073d631f Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 29 Sep 2023 12:16:42 +0200 Subject: [PATCH] Bump version to v3.2.0 --- CHANGELOG.md | 9 +++++++++ lib/alchemy_i18n/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 762dda0..8994c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v3.2.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v3.2.0) (2023-09-29) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v3.1.0...v3.2.0) + +**Merged pull requests:** + +- Check for webpack config in installer [\#49](https://github.com/AlchemyCMS/alchemy_i18n/pull/49) ([tvdeyen](https://github.com/tvdeyen)) +- Add German translations for picture and file filters [\#48](https://github.com/AlchemyCMS/alchemy_i18n/pull/48) ([tvdeyen](https://github.com/tvdeyen)) + ## [v3.1.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v3.1.0) (2023-03-30) [Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v3.0.2...v3.1.0) diff --git a/lib/alchemy_i18n/version.rb b/lib/alchemy_i18n/version.rb index c53d641..1c39168 100644 --- a/lib/alchemy_i18n/version.rb +++ b/lib/alchemy_i18n/version.rb @@ -1,3 +1,3 @@ module AlchemyI18n - VERSION = "3.1.0" + VERSION = "3.2.0" end