diff --git a/CHANGELOG.md b/CHANGELOG.md index b403b84a..6fde2c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 10.3.0 ### New features diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 6514272c..1fa11645 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,4 +1,4 @@ -__version__ = "10.2.4" +__version__ = "10.3.0" USER_AGENT = f"parsedmarc/{__version__}"