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:
Sean Whalen
2024-03-04 10:49:44 -05:00
parent 65d04bcb78
commit 5f3977d686
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
-----
+1 -1
View File
@@ -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__))