From 2705dda67593b24da06e5a08a50f3b93c08df33d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:04:15 +0000 Subject: [PATCH] chore(master): release 5.2.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ lib/valid_email2/version.rb | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77e0adf..56cbb00 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"5.2.5"} +{".":"5.2.6"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 42bf5a0..d30bad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [5.2.6](https://github.com/micke/valid_email2/compare/v5.2.5...v5.2.6) (2024-08-10) + + +### Bug Fixes + +* add .release-please-manifest.json ([8a9ef25](https://github.com/micke/valid_email2/commit/8a9ef25b77db3942956bb4790627b14eadc2404e)) +* add id to release-please-action ([35b4697](https://github.com/micke/valid_email2/commit/35b4697b1970ebd696b7cdaf38889ec7b674000c)) +* add release-please-config.json ([adde8b6](https://github.com/micke/valid_email2/commit/adde8b6fe23e3bdf8b892290b565f560d7e72c8d)) +* Add step to publish gem to rubygems to the release action ([b6932f3](https://github.com/micke/valid_email2/commit/b6932f36c0a6af9897d723d222145678c9bc0f06)) +* fetch tags when checking out the repository ([0d6ed8b](https://github.com/micke/valid_email2/commit/0d6ed8bd5e51d50eeb8f2315b6bc9803bf1d34da)) +* reset the version to 5.2.5 ([b0cb66c](https://github.com/micke/valid_email2/commit/b0cb66c57cd08f0ecef72bb0dd84d4f5636adf41)) +* Whitelist directbox.com ([cf70737](https://github.com/micke/valid_email2/commit/cf707371735c10b565ab3aafce39d7ea7089cdb1)) + +## Changelog + ## Version 5.2.5 * Remove false positives [#240](https://github.com/micke/valid_email2/issue/240) * Pull new domains diff --git a/lib/valid_email2/version.rb b/lib/valid_email2/version.rb index 2297a9e..47304f2 100644 --- a/lib/valid_email2/version.rb +++ b/lib/valid_email2/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal:true module ValidEmail2 - VERSION = "5.2.5" + VERSION = "5.2.6" end