From 855d267650c71b1ba51bc358ce2a57dfd31d6302 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:51:15 -0400 Subject: [PATCH] Bump version to 10.2.4 and update changelog --- CHANGELOG.md | 2 +- parsedmarc/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ba3055..886cf0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 10.2.4 ### Bug fixes diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 9d84ca20..6514272c 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,4 +1,4 @@ -__version__ = "10.2.3" +__version__ = "10.2.4" USER_AGENT = f"parsedmarc/{__version__}"