From 39907ff788231c3e6982dc4ff348618ca2baf5cc Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 15 Aug 2024 16:48:26 -0400 Subject: [PATCH] 5.5.0 - Support `redirect` in SPF (PR #144) --- CHANGELOG.md | 5 +++++ checkdmarc/_constants.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0346b58..1fe8bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +5.5.0 +----- + +- Support `redirect` in SPF (PR #144) + 5.4.0 ----- diff --git a/checkdmarc/_constants.py b/checkdmarc/_constants.py index 2566622..2ffdd92 100644 --- a/checkdmarc/_constants.py +++ b/checkdmarc/_constants.py @@ -18,7 +18,7 @@ See the License for the specific language governing permissions and limitations under the License.""" -__version__ = "5.4.0" +__version__ = "5.5.0" OS = platform.system() OS_RELEASE = platform.release()