Skip to content

Commit

Permalink
Bump version to 2.9.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
sej3506 committed Nov 14, 2024
1 parent 6cc1919 commit 6131b48
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ complete changelog, see the git history for each version via the version links.

## [Unreleased]

[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.9.1...main
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.9.2...main

## [2.9.2] - November 14, 2024
- Fix query params being clobbered by Clearance::BackDoor (#1041) Frederick Cheung

[2.9.2]: https://github.com/thoughtbot/clearance/compare/v2.9.1...v2.9.2

## [2.9.1] - October 29, 2024
- Update gemspec

[2.9.1]: https://github.com/thoughtbot/clearance/compare/v2.9.0...v2.9.1

## [2.9.0] - October 29, 2024
- Added Rails 7.2 and Ruby 3.3 to testing matrix
and overhauled dummy app (#1032) Hamed Asghari
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (2.9.1)
clearance (2.9.2)
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clearance
VERSION = "2.9.1".freeze
VERSION = "2.9.2".freeze
end

0 comments on commit 6131b48

Please sign in to comment.