We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9906824 commit 9afb33aCopy full SHA for 9afb33a
.release-please-manifest.json
@@ -1 +1 @@
1
-{".":"7.0.7"}
+{".":"7.0.8"}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
2
3
+## [7.0.8](https://github.com/micke/valid_email2/compare/v7.0.7...v7.0.8) (2025-02-14)
4
+
5
6
+### Bug Fixes
7
8
+* checkout new version ([9906824](https://github.com/micke/valid_email2/commit/990682433d176c00351eff056c28a6dd72cd6d8a))
9
10
## [7.0.7](https://github.com/micke/valid_email2/compare/v7.0.6...v7.0.7) (2025-02-14)
11
12
lib/valid_email2/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal:true
module ValidEmail2
- VERSION = "7.0.7"
+ VERSION = "7.0.8"
end
0 commit comments