diff --git a/CHANGELOG.md b/CHANGELOG.md index 8816311..4857410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v4.0.2](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.0.2) (2024-01-11) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.0.1...v4.0.2) + +**Merged pull requests:** + +- Add German translations for onboarding notices [\#55](https://github.com/AlchemyCMS/alchemy_i18n/pull/55) ([tvdeyen](https://github.com/tvdeyen)) +- Fixes for french translations [\#53](https://github.com/AlchemyCMS/alchemy_i18n/pull/53) ([oz-tal](https://github.com/oz-tal)) + ## [v4.0.1](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.0.1) (2023-10-06) [Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.0.0...v4.0.1) diff --git a/lib/alchemy_i18n/version.rb b/lib/alchemy_i18n/version.rb index 073d8ef..803d3d6 100644 --- a/lib/alchemy_i18n/version.rb +++ b/lib/alchemy_i18n/version.rb @@ -1,3 +1,3 @@ module AlchemyI18n - VERSION = "4.0.1" + VERSION = "4.0.2" end