Skip to content

Commit 3866b22

Browse files
authored
Merge pull request #100 from AlchemyCMS/release/v8.3.0
Release v8.3.0
2 parents 898ec23 + ac06e62 commit 3866b22

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 8.3.0 (2026-06-25)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
## What's Changed
8+
### New Features
9+
* Alchemy 8.3 by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/98
10+
### Bug Fixes
11+
* Update translations for alchemy/page/sitemap and remove unused show_page_in_translation key by @antwertinger in https://github.com/AlchemyCMS/alchemy_i18n/pull/97
12+
13+
14+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_i18n/compare/v8.2.0...v8.3.0
15+
316
## 8.2.0 (2026-04-13)
417

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

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

0 commit comments

Comments
 (0)