From cb8e1832c7305d8bf1240970b660502af57f63f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 14:23:55 +0000 Subject: [PATCH] chore(main): release 7.0.14 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/valid_email2/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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..a6781fc 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) (2026-02-22) + + +### 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