Skip to content

Commit

Permalink
Bump version to 2.6.1 (#981)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Daniel Nolan authored Sep 23, 2022
1 parent 6af7806 commit 104e05d
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,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.6.0...main
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.6.1...main

## [2.6.1] - September 23, 2022
- Document how to report security issues
- Only update the `env["QUERY_STRING"]` if the `as` parameter is present in
backdoor middleware

[2.6.1]: https://github.com/thoughtbot/clearance/compare/v2.6.0...v2.6.1

## [2.6.0] - June 12, 2022

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.5.0)
clearance (2.6.1)
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.6.0".freeze
VERSION = "2.6.1".freeze
end

0 comments on commit 104e05d

Please sign in to comment.