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.
1 parent a7b75b6 commit cb20f5dCopy full SHA for cb20f5d
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 7.4.0 (2025-01-21)
4
+
5
+- Extend test matrix [#219](https://github.com/AlchemyCMS/alchemy-devise/pull/219) ([mamhoff](https://github.com/mamhoff))
6
+- Allow Alchemy 8.x [#218](https://github.com/AlchemyCMS/alchemy-devise/pull/218) ([mamhoff](https://github.com/mamhoff))
7
+- test: Fix admin users feature spec [#217](https://github.com/AlchemyCMS/alchemy-devise/pull/217) ([tvdeyen](https://github.com/tvdeyen))
8
9
## 7.3.0 (2024-09-06)
10
11
- Use new resource_table component for user list [#213](https://github.com/AlchemyCMS/alchemy-devise/pull/213) ([tvdeyen](https://github.com/tvdeyen))
lib/alchemy/devise/version.rb
@@ -1,5 +1,5 @@
module Alchemy
module Devise
- VERSION = "7.3.0"
+ VERSION = "7.4.0"
end
0 commit comments