From 12c4676b7944f8522945e7a91d6210c52e71f12d Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 25 Mar 2026 19:43:24 -0400 Subject: [PATCH] 9.5.1 - Correct ISO format for MSGraphConnection timestamps (PR #706) --- CHANGELOG.md | 6 ++++++ parsedmarc/constants.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be31827..afbf8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.5.1 + +### Changes + +- Correct ISO format for MSGraphConnection timestamps (PR #706) + ## 9.5.0 ### Added diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 36f2a3a..31e80ae 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,3 +1,3 @@ -__version__ = "9.5.0" +__version__ = "9.5.1" USER_AGENT = f"parsedmarc/{__version__}"