Skip to content

Commit c3a9227

Browse files
committed
Bump version to v4.1.0
1 parent c43d7a6 commit c3a9227

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [v4.1.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.1.0) (2024-01-11)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.0.2...v4.1.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update Tinymce language packs for v6 [\#56](https://github.com/AlchemyCMS/alchemy_i18n/pull/56) ([tvdeyen](https://github.com/tvdeyen))
10+
- Update German translations for Alchemy 7.1 [\#54](https://github.com/AlchemyCMS/alchemy_i18n/pull/54) ([tvdeyen](https://github.com/tvdeyen))
11+
12+
## [v4.0.2](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.0.2) (2024-01-11)
13+
14+
**Merged pull requests:**
15+
16+
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.0.1...v4.0.2)
17+
18+
- Add German translations for onboarding notices [\#55](https://github.com/AlchemyCMS/alchemy_i18n/pull/55) ([tvdeyen](https://github.com/tvdeyen))
19+
- Fixes for french translations [\#53](https://github.com/AlchemyCMS/alchemy_i18n/pull/53) ([oz-tal](https://github.com/oz-tal))
20+
321
## [v4.0.1](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.0.1) (2023-10-06)
422

523
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.0.0...v4.0.1)

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.0.1"
2+
VERSION = "4.1.0"
33
end

0 commit comments

Comments
 (0)