mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-15 19:15:59 +00:00
8.5.0
- Add support for Azure Log Analytics (PR #394) - Fix a bug in the Microsoft Graph integration that caused a crash when an inbox has 10+ folders (PR #398) - Documentation fixes
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
8.5.0
|
||||
-----
|
||||
|
||||
- Add support for Azure Log Analytics (PR #394)
|
||||
- Fix a bug in the Microsoft Graph integration that caused a crash when an inbox has 10+ folders (PR #398)
|
||||
- Documentation fixes
|
||||
|
||||
8.4.2
|
||||
-----
|
||||
|
||||
|
||||
@@ -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.4.2"
|
||||
__version__ = "8.5.0"
|
||||
|
||||
logger.debug("parsedmarc v{0}".format(__version__))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user