diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3cd334..477a9906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ complete changelog, see the git history for each version via the version links. ## [Unreleased] -[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.8.0...main +[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.9.0...main + +## [2.9.0] - October 29, 2024 +- Added Rails 7.2 and Ruby 3.3 to testing matrix + and overhauled dummy app (#1032) Hamed Asghari +- Droped support for Ruby 3.0 and Rails 6.1 (#1036) + +[2.9.0]: https://github.com/thoughtbot/clearance/compare/v2.8.0...v2.9.0 ## [2.8.0] - August 9, 2024 - Feature: Added allow_password_resets config option (#1019) Jos O'shea diff --git a/lib/clearance/version.rb b/lib/clearance/version.rb index 7ab907b5..40cb87bd 100644 --- a/lib/clearance/version.rb +++ b/lib/clearance/version.rb @@ -1,3 +1,3 @@ module Clearance - VERSION = "2.8.0".freeze + VERSION = "2.9.0".freeze end