Skip to content

Commit 6131b48

Browse files
committed
Bump version to 2.9.2
[ci skip]
1 parent 6cc1919 commit 6131b48

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ 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.9.1...main
8+
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.9.2...main
9+
10+
## [2.9.2] - November 14, 2024
11+
- Fix query params being clobbered by Clearance::BackDoor (#1041) Frederick Cheung
12+
13+
[2.9.2]: https://github.com/thoughtbot/clearance/compare/v2.9.1...v2.9.2
914

1015
## [2.9.1] - October 29, 2024
1116
- Update gemspec
1217

18+
[2.9.1]: https://github.com/thoughtbot/clearance/compare/v2.9.0...v2.9.1
19+
1320
## [2.9.0] - October 29, 2024
1421
- Added Rails 7.2 and Ruby 3.3 to testing matrix
1522
and overhauled dummy app (#1032) Hamed Asghari

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clearance (2.9.1)
4+
clearance (2.9.2)
55
actionmailer (>= 5.0)
66
activemodel (>= 5.0)
77
activerecord (>= 5.0)

lib/clearance/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Clearance
2-
VERSION = "2.9.1".freeze
2+
VERSION = "2.9.2".freeze
33
end

0 commit comments

Comments
 (0)