Skip to content

Commit 104e05d

Browse files
author
Daniel Nolan
authored
Bump version to 2.6.1 (#981)
[ci skip]
1 parent 6af7806 commit 104e05d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.6.0...main
8+
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.6.1...main
9+
10+
## [2.6.1] - September 23, 2022
11+
- Document how to report security issues
12+
- Only update the `env["QUERY_STRING"]` if the `as` parameter is present in
13+
backdoor middleware
14+
15+
[2.6.1]: https://github.com/thoughtbot/clearance/compare/v2.6.0...v2.6.1
916

1017
## [2.6.0] - June 12, 2022
1118

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clearance (2.5.0)
4+
clearance (2.6.1)
55
actionmailer (>= 5.0)
66
activemodel (>= 5.0)
77
activerecord (>= 5.0)

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.6.0".freeze
2+
VERSION = "2.6.1".freeze
33
end

0 commit comments

Comments
 (0)