From 51be4bcb97f7e7fbdf6580c943777e73bd348ccb Mon Sep 17 00:00:00 2001 From: Alex Dunae Date: Mon, 18 Mar 2024 21:15:27 -0700 Subject: [PATCH] Version bump to 1.8.1 --- CHANGELOG.md | 6 +++++- lib/validates_email_format_of/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd076c1..fd7fb6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## [Unreleased] +[Unreleased]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.1...master + +## [1.8.1] + * Fix IDN->Punycode conversion when domain names start with periods - https://github.com/validates-email-format-of/validates_email_format_of/issues/109 * Add jruby to test matrix - https://github.com/validates-email-format-of/validates_email_format_of/pull/108 -[Unreleased]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.0...master +[Unreleased]: https://github.com/validates-email-format-of/validates_email_format_of/compare/v1.8.0...1.8.1 ## [1.8.0] diff --git a/lib/validates_email_format_of/version.rb b/lib/validates_email_format_of/version.rb index 29d8cbf..70ecbb9 100644 --- a/lib/validates_email_format_of/version.rb +++ b/lib/validates_email_format_of/version.rb @@ -1,3 +1,3 @@ module ValidatesEmailFormatOf - VERSION = "1.8.0" + VERSION = "1.8.1" end