Skip to content

Commit 6bd5f5b

Browse files
committed
Bump version to 2.9.0
[ci skip]
1 parent 31d8d73 commit 6bd5f5b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ complete changelog, see the git history for each version via the version links.
55

66
## [Unreleased]
77

8-
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.8.0...main
8+
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.9.0...main
9+
10+
## [2.9.0] - October 29, 2024
11+
- Added Rails 7.2 and Ruby 3.3 to testing matrix
12+
and overhauled dummy app (#1032) Hamed Asghari
13+
- Droped support for Ruby 3.0 and Rails 6.1 (#1036)
14+
15+
[2.9.0]: https://github.com/thoughtbot/clearance/compare/v2.8.0...v2.9.0
916

1017
## [2.8.0] - August 9, 2024
1118
- Feature: Added allow_password_resets config option (#1019) Jos O'shea

lib/clearance/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Clearance
2-
VERSION = "2.8.0".freeze
2+
VERSION = "2.9.0".freeze
33
end

0 commit comments

Comments
 (0)