Skip to content

Commit eb9c69e

Browse files
authored
Merge pull request #95 from AlchemyCMS/release/v8.2.0
Release v8.2.0
2 parents b83cddc + 1066c8a commit eb9c69e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 8.2.0 (2026-04-13)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
## What's Changed
8+
### Other Changes
9+
* Translations for schedule element button by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/88
10+
* Add XML to show_page_in_sitemap translations across all locales by @antwertinger in https://github.com/AlchemyCMS/alchemy_i18n/pull/92
11+
* Add missing Alchemy 8.2 translations by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/93
12+
13+
## New Contributors
14+
* @antwertinger made their first contribution in https://github.com/AlchemyCMS/alchemy_i18n/pull/92
15+
16+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_i18n/compare/v5.1.0...v8.2.0
17+
318
## 5.1.0 (2026-02-18)
419

520
## What's Changed

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

0 commit comments

Comments
 (0)