Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sej3506 committed Aug 9, 2024
1 parent dbfe55d commit 90f1029
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ complete changelog, see the git history for each version via the version links.

## [Unreleased]

[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.7.2...main
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.8.0...main

## [2.8.0] - August 9, 2024
- Feature: Added allow_password_resets config option (#1019) Jos O'shea
- Added dependabot (#1028) Karine Vieira
- Fixed some deprecation warnings (#1018)
- Added a dynamic workflow to update SECURITY.md

[2.8.0]: https://github.com/thoughtbot/clearance/compare/v2.7.2...v2.8.0

## [2.7.2] - June 28, 2024
- Fix method redefinition and circular require issues (#1027)
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.7.2)
clearance (2.8.0)
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
ffi (1.16.3)
ffi (1.17.0)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand All @@ -130,7 +130,7 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.8.6)
minitest (5.22.3)
net-imap (0.4.11)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand Down
3 changes: 2 additions & 1 deletion clearance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Gem::Specification.new do |s|
'Jason Morrison',
'Galen Frechette',
'Josh Steiner',
'Dorian Marié'
'Dorian Marié',
'Sara Jackson'
]
s.description = <<-DESCRIPTION
Clearance is built to support authentication and authorization via an
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.7.2".freeze
VERSION = "2.8.0".freeze
end

0 comments on commit 90f1029

Please sign in to comment.