Skip to content

Commit 5732249

Browse files
committed
Bump to 4.2.0
1 parent f9a1898 commit 5732249

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v4.2.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.2.0) (2024-05-31)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.3...v4.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- Add resource action translations [\#63](https://github.com/AlchemyCMS/alchemy_i18n/pull/63) ([tvdeyen](https://github.com/tvdeyen))
10+
- Add a few missing translations [\#62](https://github.com/AlchemyCMS/alchemy_i18n/pull/62) ([sascha-karnatz](https://github.com/sascha-karnatz))
11+
- Add German translations for menu tab [\#60](https://github.com/AlchemyCMS/alchemy_i18n/pull/60) ([sascha-karnatz](https://github.com/sascha-karnatz))
12+
313
## [v4.1.3](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.1.3) (2024-02-01)
414

515
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.2...v4.1.3)

lib/alchemy_i18n/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AlchemyI18n
2-
VERSION = "4.1.3"
2+
VERSION = "4.2.0"
33
end

0 commit comments

Comments
 (0)