Skip to content

Commit aaf74d3

Browse files
committed
Version 1.8.2
1 parent d4d9b0e commit aaf74d3

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.1...master
5+
[Unreleased]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.2...master
6+
7+
## [1.8.2]
8+
9+
* Improve German translations - https://github.com/validates-email-format-of/validates_email_format_of/pull/111
10+
11+
[1.8.2]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.1...1.8.2
612

713
## [1.8.1]
814

915
* Fix IDN->Punycode conversion when domain names start with periods - https://github.com/validates-email-format-of/validates_email_format_of/issues/109
1016
* Add jruby to test matrix - https://github.com/validates-email-format-of/validates_email_format_of/pull/108
1117

12-
[Unreleased]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.0...1.8.1
18+
[1.8.1]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.0...1.8.1
1319

1420
## [1.8.0]
1521

@@ -20,7 +26,7 @@
2026
* ⚠️ Deprecate `:with` option - https://github.com/validates-email-format-of/validates_email_format_of/issues/42
2127
* Require i18n >= 0.8.0 in modern Ruby versions - https://github.com/advisories/GHSA-34hf-g744-jw64
2228

23-
[1.8.0]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.7.2...master
29+
[1.8.0]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.7.2...1.8.0
2430

2531
## [1.7.2]
2632

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ValidatesEmailFormatOf
2-
VERSION = "1.8.1"
2+
VERSION = "1.8.2"
33
end

0 commit comments

Comments
 (0)