Skip to content

Commit

Permalink
Bump version to 2.9.3 (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
sej3506 authored Nov 26, 2024
1 parent a0747fc commit 10cc025
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ complete changelog, see the git history for each version via the version links.

## [Unreleased]

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

## [2.9.3] - November 26, 2024
- Add Rails 8 to testing matrix (#1038) Hamed Asghari

[2.9.3]: https://github.com/thoughtbot/clearance/compare/v2.9.2...v2.9.3

## [2.9.2] - November 14, 2024
- Fix query params being clobbered by Clearance::BackDoor (#1041) Frederick Cheung
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (2.9.2)
clearance (2.9.3)
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -101,7 +101,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.4)
date (3.4.0)
diff-lcs (1.5.1)
drb (2.2.1)
email_validator (2.2.4)
Expand Down Expand Up @@ -147,7 +147,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
net-imap (0.5.0)
net-imap (0.5.1)
date
net-protocol
net-pop (0.1.2)
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.2".freeze
VERSION = "2.9.3".freeze
end

0 comments on commit 10cc025

Please sign in to comment.