mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-19 18:35:24 +00:00
8.8.0 release
- Add support for OpenSearch (PR #481 closes #480) - Fix SMTP TLS reporting to Elasticsearch (PR #470)
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
8.8.0
|
||||
-----
|
||||
|
||||
- Add support for OpenSearch (PR #481 closes #480)
|
||||
- Fix SMTP TLS reporting to Elasticsearch (PR #470)
|
||||
|
||||
8.7.0
|
||||
-----
|
||||
|
||||
|
||||
@@ -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.7.0"
|
||||
__version__ = "8.8.0"
|
||||
|
||||
logger.debug("parsedmarc v{0}".format(__version__))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user