We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 502e813 + 42cb1fd commit ce1aa1aCopy full SHA for ce1aa1a
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## 8.2.0 (2026-04-13)
17
18
<!-- Release notes generated using configuration in .github/release.yml at main -->
lib/alchemy/devise/version.rb
@@ -1,5 +1,5 @@
module Alchemy
module Devise
- VERSION = "8.3.0.dev"
+ VERSION = "8.3.0"
end
0 commit comments