Skip to content

Commit 912aba4

Browse files
author
alchemycms-bot
committed
Release v8.3.0
1 parent 366c11d commit 912aba4

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
* Update Alchemy to 8.3 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/282
10+
### Other Changes
11+
* fix(User Form): Disable auto_submit on LocaleSelect by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/276
12+
* Prevent AlchemyCMS v8.2 deprecation warnings by @sascha-karnatz in https://github.com/AlchemyCMS/alchemy-devise/pull/279
13+
14+
## New Contributors
15+
* @sascha-karnatz made their first contribution in https://github.com/AlchemyCMS/alchemy-devise/pull/279
16+
17+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy-devise/compare/v8.2.2...v8.3.0
18+
319
## 8.2.0 (2026-04-13)
420

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

lib/alchemy/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Alchemy
22
module Devise
3-
VERSION = "8.3.0.dev"
3+
VERSION = "8.3.0"
44
end
55
end

0 commit comments

Comments
 (0)