v1.6.1
- Fix bug so that email addresses that end in a dash
-
character now correctly fail validation with the reasonFailureReason.DOMAIN_PART_ENDS_WITH_DASH
instead of incorrectly returningFailureReason.ENDS_WITH_DOT
. (Thanks @tbatchlear for reporting!)