Skip to content

Commit

Permalink
8.18.1
Browse files Browse the repository at this point in the history
- Add missing `https://` to the default Microsoft Graph URL
  • Loading branch information
seanthegeek committed Feb 17, 2025
1 parent 7fa7c24 commit b51756b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

8.18.1
------

- Add missing `https://` to the default Microsoft Graph URL

8.18.0
------

Expand Down
2 changes: 1 addition & 1 deletion parsedmarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from parsedmarc.utils import parse_email
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime

__version__ = "8.18.0"
__version__ = "8.18.1"

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

Expand Down

0 comments on commit b51756b

Please sign in to comment.