diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9503d..30a0158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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)) +- Disable Turbo Drive on login form [#203](https://github.com/AlchemyCMS/alchemy-devise/pull/203) ([tvdeyen](https://github.com/tvdeyen)) + ## 7.1.2 (2024-02-29) - Allow setting a layout for user_sessions and passwords controller [#127](https://github.com/AlchemyCMS/alchemy-devise/pull/127) ([robinboening](https://github.com/robinboening)) diff --git a/lib/alchemy/devise/version.rb b/lib/alchemy/devise/version.rb index d4ecd13..1522787 100644 --- a/lib/alchemy/devise/version.rb +++ b/lib/alchemy/devise/version.rb @@ -1,5 +1,5 @@ module Alchemy module Devise - VERSION = "7.1.2" + VERSION = "7.2.0" end end