Skip to content

Commit 51be4bc

Browse files
committed
Version bump to 1.8.1
1 parent ee72c5a commit 51be4bc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## [Unreleased]
44

5+
[Unreleased]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.1...master
6+
7+
## [1.8.1]
8+
59
* Fix IDN->Punycode conversion when domain names start with periods - https://github.com/validates-email-format-of/validates_email_format_of/issues/109
610
* Add jruby to test matrix - https://github.com/validates-email-format-of/validates_email_format_of/pull/108
711

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

1014
## [1.8.0]
1115

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

0 commit comments

Comments
 (0)