From 57322492eaadac7ecf01b253b4282b194c61fec9 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 31 May 2024 09:20:26 +0200 Subject: [PATCH] Bump to 4.2.0 --- CHANGELOG.md | 10 ++++++++++ lib/alchemy_i18n/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa13d9..7efbedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v4.2.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.2.0) (2024-05-31) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.3...v4.2.0) + +**Merged pull requests:** + +- Add resource action translations [\#63](https://github.com/AlchemyCMS/alchemy_i18n/pull/63) ([tvdeyen](https://github.com/tvdeyen)) +- Add a few missing translations [\#62](https://github.com/AlchemyCMS/alchemy_i18n/pull/62) ([sascha-karnatz](https://github.com/sascha-karnatz)) +- Add German translations for menu tab [\#60](https://github.com/AlchemyCMS/alchemy_i18n/pull/60) ([sascha-karnatz](https://github.com/sascha-karnatz)) + ## [v4.1.3](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.1.3) (2024-02-01) [Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.2...v4.1.3) diff --git a/lib/alchemy_i18n/version.rb b/lib/alchemy_i18n/version.rb index 1f11046..6da85ac 100644 --- a/lib/alchemy_i18n/version.rb +++ b/lib/alchemy_i18n/version.rb @@ -1,3 +1,3 @@ module AlchemyI18n - VERSION = "4.1.3" + VERSION = "4.2.0" end