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__}"