diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a0158..f10babb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.3.0 (2024-09-06) + +- Use new resource_table component for user list [#213](https://github.com/AlchemyCMS/alchemy-devise/pull/213) ([tvdeyen](https://github.com/tvdeyen)) +- Compile CSS into Gem [#211](https://github.com/AlchemyCMS/alchemy-devise/pull/211) ([tvdeyen](https://github.com/tvdeyen)) + ## 7.2.0 (2024-06-07) - Update Devise config for Turbo [#209](https://github.com/AlchemyCMS/alchemy-devise/pull/209) ([tvdeyen](https://github.com/tvdeyen)) diff --git a/lib/alchemy/devise/version.rb b/lib/alchemy/devise/version.rb index 1522787..7f800fe 100644 --- a/lib/alchemy/devise/version.rb +++ b/lib/alchemy/devise/version.rb @@ -1,5 +1,5 @@ module Alchemy module Devise - VERSION = "7.2.0" + VERSION = "7.3.0" end end