Skip to content

Commit 3ff4c92

Browse files
committed
Bump version
1 parent 63795f1 commit 3ff4c92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 3.4.0
2+
* Disallow consecutive dots https://github.com/micke/valid_email2/pull/163
3+
* Add andyes.net https://github.com/micke/valid_email2/pull/162
4+
15
## Version 3.3.1
26
* Fix some performance regressions (https://github.com/micke/valid_email2/pull/150)
37

lib/valid_email2/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ValidEmail2
2-
VERSION = "3.3.1"
2+
VERSION = "3.4.0"
33
end

0 commit comments

Comments
 (0)