File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 8.2.0 (2026-04-13)
4+
5+ <!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+ ## What's Changed
8+ ### New Features
9+ * feat: Add timezone to users by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/269
10+ * feat: Add edit user link to user info by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/270
11+ ### Bug Fixes
12+ * fix: remove duplicate pagination in users resource table by @blish-guenzler in https://github.com/AlchemyCMS/alchemy-devise/pull/256
13+ * Don't render link when user login is nil by @blish-guenzler in https://github.com/AlchemyCMS/alchemy-devise/pull/259
14+ * fix: user table pagination by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/265
15+ ### Dependencies
16+ * Bump immutable from 4.3.6 to 4.3.8 by @dependabot [ bot] in https://github.com/AlchemyCMS/alchemy-devise/pull/254
17+ * Bump picomatch from 2.3.1 to 2.3.2 by @dependabot [ bot] in https://github.com/AlchemyCMS/alchemy-devise/pull/264
18+ * chore(deps): update local dev puma to 8.0 by @dependabot [ bot] in https://github.com/AlchemyCMS/alchemy-devise/pull/271
19+ ### Other Changes
20+ * CI: Test Alchemy 8.2 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/268
21+
22+ ## New Contributors
23+ * @blish-guenzler made their first contribution in https://github.com/AlchemyCMS/alchemy-devise/pull/256
24+
25+ ** Full Changelog** : https://github.com/AlchemyCMS/alchemy-devise/compare/v8.1.1...v8.2.0
26+
327## 8.1.0 (2026-02-02)
428
529<!-- Release notes generated using configuration in .github/release.yml at 8.1-stable -->
Original file line number Diff line number Diff line change 11module Alchemy
22 module Devise
3- VERSION = "8.2.0.a "
3+ VERSION = "8.2.0"
44 end
55end
You can’t perform that action at this time.
0 commit comments