1 parent 46634df commit fc30094Copy full SHA for fc30094
3 files changed
.release-please-manifest.json
@@ -1 +1 @@
1
-{".":"5.2.6"}
+{".":"5.3.0"}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
2
3
+## [5.3.0](https://github.com/micke/valid_email2/compare/v5.2.6...v5.3.0) (2024-08-31)
4
+
5
6
+### Features
7
8
+* Deprecate blacklist and whitelist naming ([9df0bf8](https://github.com/micke/valid_email2/commit/9df0bf8c9912721b007e5a6acc67f533ca560c9f))
9
+* Warn when loading deprecated files ([46634df](https://github.com/micke/valid_email2/commit/46634dff409f9a47f10684d629dc022b22daf362))
10
11
## [5.2.6](https://github.com/micke/valid_email2/compare/v5.2.5...v5.2.6) (2024-08-10)
12
13
lib/valid_email2/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal:true
module ValidEmail2
- VERSION = "5.2.6"
+ VERSION = "5.3.0"
end
0 commit comments