diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c975c..059c477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 10.2.1 ### Changes diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 0e5c36c..525cc91 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,4 +1,4 @@ -__version__ = "10.2.0" +__version__ = "10.2.1" USER_AGENT = f"parsedmarc/{__version__}"