Skip to content

Commit

Permalink
Release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sej3506 committed Jun 28, 2024
1 parent 1df5cf8 commit c5c3032
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ complete changelog, see the git history for each version via the version links.

## [Unreleased]

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

## [2.7.1] May 8, 2024
## [2.7.2] - June 28, 2024
- Fix method redefinition and circular require issues (#1027)
- Add specs for email validator strict mode (#1001)
- Create SECURITY.md (#972)
- Fix validating email in strict mode (#976)
- Update the example config in README.md (#977)
- Remove Hound README badge (#1020)

[2.7.2]: https://github.com/thoughtbot/clearance/compare/v2.7.1...v2.7.2

## [2.7.1] - May 8, 2024
- Update sqlite3 and erb_lint gems (#1017) Jos O'shea

[2.7.1]: https://github.com/thoughtbot/clearance/compare/v2.7.0...v2.7.1
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (2.7.0)
clearance (2.7.2)
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.8.6)
minitest (5.22.3)
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
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.1".freeze
VERSION = "2.7.2".freeze
end

0 comments on commit c5c3032

Please sign in to comment.