diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe5101..7937869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +8.14.2 +------ + +- Update `base_reverse_dns_map.csv` to fix over-replacement on [`f3a5f10`](https://github.com/domainaware/parsedmarc/commit/f3a5f10d67b02c5db31ae1f7ced68028f46ca2a3) (PR #553) + 8.14.1 ------ diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index cdfe618..1ec1c58 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -34,7 +34,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg from parsedmarc.utils import parse_email from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime -__version__ = "8.14.1" +__version__ = "8.14.2" logger.debug("parsedmarc v{0}".format(__version__))