Skip to content

Commit b517324

Browse files
committed
Release 2.7.0
[ci skip]
1 parent 99dd3b4 commit b517324

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ complete changelog, see the git history for each version via the version links.
55

66
## [Unreleased]
77

8-
- Drops support for Rails 6.0, see https://endoflife.date/rails
9-
- Drops support for Ruby 2.7.6, see https://endoflife.date/ruby
8+
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.7.0...main
109

11-
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.6.2...main
10+
## [2.7.0] - April 19, 2024
11+
- Call dynamic README workflow (#1004)
12+
- Drop Ruby 2.76 and Rails 6.0 (#1005)
13+
- Update specs to match on translations (#1015)
14+
- Add configuration options for failure method redirects (#1002) Dan Sharp
1215

13-
## [2.6.2] January 15, 2024
16+
[2.7.0]: https://github.com/thoughtbot/clearance/compare/v2.6.2...v2.7.0
17+
18+
## [2.6.2] - January 15, 2024
1419
- Fix typo in Clearance::Token docs (#1000) Gabe Berke-Williams
1520
- Add CODEOWNERS file (#994)
1621
- Add support for Rails 7.1 (#995) Samuel Giddens

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clearance (2.6.2)
4+
clearance (2.7.0)
55
actionmailer (>= 5.0)
66
activemodel (>= 5.0)
77
activerecord (>= 5.0)
@@ -110,8 +110,8 @@ GEM
110110
factory_bot (~> 6.2.0)
111111
railties (>= 5.0.0)
112112
ffi (1.16.3)
113-
ffi-compiler (1.0.1)
114-
ffi (>= 1.0.0)
113+
ffi-compiler (1.3.2)
114+
ffi (>= 1.15.5)
115115
rake
116116
globalid (1.2.1)
117117
activesupport (>= 6.1)
@@ -131,14 +131,14 @@ GEM
131131
mini_mime (1.1.2)
132132
mini_portile2 (2.8.0)
133133
minitest (5.15.0)
134-
net-imap (0.4.9)
134+
net-imap (0.4.10)
135135
date
136136
net-protocol
137137
net-pop (0.1.2)
138138
net-protocol
139139
net-protocol (0.2.2)
140140
timeout
141-
net-smtp (0.4.0)
141+
net-smtp (0.5.0)
142142
net-protocol
143143
nokogiri (1.13.6)
144144
mini_portile2 (~> 2.8.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.2".freeze
2+
VERSION = "2.7.0".freeze
33
end

0 commit comments

Comments
 (0)