Skip to content

Commit

Permalink
Bump version to 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Jan 3, 2024
1 parent a9d1675 commit 7df6aa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Changelog
=========

8.7.0
-----

- Add support for SMTP TLS reports (PR #453 closes issue #71)

8.6.4
----
-----

- Properly process aggregate reports that incorrectly call `identifiers` `identities`
- Ignore SPF results in aggregate report records if the domain is not provided
Expand Down
2 changes: 1 addition & 1 deletion parsedmarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from parsedmarc.utils import parse_email
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime

__version__ = "8.6.4"
__version__ = "8.7.0"

logger.debug("parsedmarc v{0}".format(__version__))

Expand Down

0 comments on commit 7df6aa4

Please sign in to comment.