We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63795f1 commit 3ff4c92Copy full SHA for 3ff4c92
CHANGELOG.md
@@ -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
+
5
## Version 3.3.1
6
* Fix some performance regressions (https://github.com/micke/valid_email2/pull/150)
7
lib/valid_email2/version.rb
@@ -1,3 +1,3 @@
module ValidEmail2
- VERSION = "3.3.1"
+ VERSION = "3.4.0"
end
0 commit comments