We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c86044 commit 7fe3ad2Copy full SHA for 7fe3ad2
.release-please-manifest.json
@@ -1 +1 @@
1
-{".":"7.0.9"}
+{".":"7.0.10"}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
2
3
+## [7.0.10](https://github.com/micke/valid_email2/compare/v7.0.9...v7.0.10) (2025-02-25)
4
+
5
6
+### Bug Fixes
7
8
+* remove buildingradar.com ([7c86044](https://github.com/micke/valid_email2/commit/7c860448804638f12b484d20e5973e8a8acc5e1d))
9
10
## [7.0.9](https://github.com/micke/valid_email2/compare/v7.0.8...v7.0.9) (2025-02-14)
11
12
lib/valid_email2/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal:true
module ValidEmail2
- VERSION = "7.0.9"
+ VERSION = "7.0.10"
end
0 commit comments