Skip to content

Commit c5c3032

Browse files
committed
Release 2.7.2
1 parent 1df5cf8 commit c5c3032

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,19 @@ 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.7.1...main
8+
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.7.2...main
99

10-
## [2.7.1] May 8, 2024
10+
## [2.7.2] - June 28, 2024
11+
- Fix method redefinition and circular require issues (#1027)
12+
- Add specs for email validator strict mode (#1001)
13+
- Create SECURITY.md (#972)
14+
- Fix validating email in strict mode (#976)
15+
- Update the example config in README.md (#977)
16+
- Remove Hound README badge (#1020)
17+
18+
[2.7.2]: https://github.com/thoughtbot/clearance/compare/v2.7.1...v2.7.2
19+
20+
## [2.7.1] - May 8, 2024
1121
- Update sqlite3 and erb_lint gems (#1017) Jos O'shea
1222

1323
[2.7.1]: https://github.com/thoughtbot/clearance/compare/v2.7.0...v2.7.1

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clearance (2.7.0)
4+
clearance (2.7.2)
55
actionmailer (>= 5.0)
66
activemodel (>= 5.0)
77
activerecord (>= 5.0)
@@ -130,7 +130,7 @@ GEM
130130
mini_mime (1.1.2)
131131
mini_portile2 (2.8.6)
132132
minitest (5.22.3)
133-
net-imap (0.4.10)
133+
net-imap (0.4.11)
134134
date
135135
net-protocol
136136
net-pop (0.1.2)

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

0 commit comments

Comments
 (0)