- 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:
Sean Whalen
2023-05-03 17:10:49 -04:00
parent f6c0a4ecbc
commit bf102f78aa
2 changed files with 8 additions and 1 deletions

View File

@@ -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
-----

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.4.2"
__version__ = "8.5.0"
logger.debug("parsedmarc v{0}".format(__version__))