diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 357a817..41790d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"7.0.13"} +{".":"7.0.14"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 054ee5c..d8e2eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.0.14](https://github.com/micke/valid_email2/compare/v7.0.13...v7.0.14) (2025-12-08) + + +### Bug Fixes + +* don't modify resolv config ([654888b](https://github.com/micke/valid_email2/commit/654888b8c0c01b972ed3b9ad5c01a3a525524403)) + ## [7.0.13](https://github.com/micke/valid_email2/compare/v7.0.12...v7.0.13) (2025-05-08) diff --git a/lib/valid_email2/version.rb b/lib/valid_email2/version.rb index e273109..2853450 100644 --- a/lib/valid_email2/version.rb +++ b/lib/valid_email2/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal:true module ValidEmail2 - VERSION = "7.0.13" + VERSION = "7.0.14" end