Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
sej3506 committed Apr 19, 2024
1 parent 99dd3b4 commit b517324
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ complete changelog, see the git history for each version via the version links.

## [Unreleased]

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

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

## [2.6.2] January 15, 2024
[2.7.0]: https://github.com/thoughtbot/clearance/compare/v2.6.2...v2.7.0

## [2.6.2] - January 15, 2024
- Fix typo in Clearance::Token docs (#1000) Gabe Berke-Williams
- Add CODEOWNERS file (#994)
- Add support for Rails 7.1 (#995) Samuel Giddens
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (2.6.2)
clearance (2.7.0)
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -110,8 +110,8 @@ GEM
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
globalid (1.2.1)
activesupport (>= 6.1)
Expand All @@ -131,14 +131,14 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
net-imap (0.4.9)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.5.0)
net-protocol
nokogiri (1.13.6)
mini_portile2 (~> 2.8.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.2".freeze
VERSION = "2.7.0".freeze
end

0 comments on commit b517324

Please sign in to comment.