Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 8.2.0 (2026-04-13)

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Other Changes
* Translations for schedule element button by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/88
* Add XML to show_page_in_sitemap translations across all locales by @antwertinger in https://github.com/AlchemyCMS/alchemy_i18n/pull/92
* Add missing Alchemy 8.2 translations by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/93

## New Contributors
* @antwertinger made their first contribution in https://github.com/AlchemyCMS/alchemy_i18n/pull/92

**Full Changelog**: https://github.com/AlchemyCMS/alchemy_i18n/compare/v5.1.0...v8.2.0

## 5.1.0 (2026-02-18)

## What's Changed
Expand Down
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 = "8.2.0.dev"
VERSION = "8.2.0"
end
Loading