Skip to content

Commit ce1aa1a

Browse files
authored
Merge pull request #284 from AlchemyCMS/release/v8.3.0
Release v8.3.0
2 parents 502e813 + 42cb1fd commit ce1aa1a

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+
* Update Alchemy to 8.3 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/282
10+
11+
## New Contributors
12+
* @sascha-karnatz made their first contribution in https://github.com/AlchemyCMS/alchemy-devise/pull/279
13+
14+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy-devise/compare/v8.2.2...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/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)