Skip to content

Commit

Permalink
Bump to 4.2.0
Browse files Browse the repository at this point in the history
tvdeyen committed May 31, 2024
1 parent f9a1898 commit 5732249
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion lib/alchemy_i18n/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AlchemyI18n
VERSION = "4.1.3"
VERSION = "4.2.0"
end

0 comments on commit 5732249

Please sign in to comment.