Skip to content

Commit

Permalink
Version bump to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Mar 19, 2024
1 parent ee72c5a commit 51be4bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion lib/validates_email_format_of/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ValidatesEmailFormatOf
VERSION = "1.8.0"
VERSION = "1.8.1"
end

0 comments on commit 51be4bc

Please sign in to comment.