Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micke committed Sep 17, 2023
1 parent caad26b commit f7f5ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 5.0.2
* Remove mozmail from disposable_email_domains [#203](https://github.com/micke/valid_email2/pull/203)

## Version 5.0.1
* Remove zoho from disposable_email_domains as it's a false positive

Expand Down
2 changes: 1 addition & 1 deletion lib/valid_email2/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal:true

module ValidEmail2
VERSION = "5.0.1"
VERSION = "5.0.2"
end

0 comments on commit f7f5ef1

Please sign in to comment.