- Correct ISO format for MSGraphConnection timestamps (PR #706)
This commit is contained in:
Sean Whalen
2026-03-25 19:43:24 -04:00
parent cda039ee27
commit 12c4676b79
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 9.5.1
### Changes
- Correct ISO format for MSGraphConnection timestamps (PR #706)
## 9.5.0
### Added
+1 -1
View File
@@ -1,3 +1,3 @@
__version__ = "9.5.0"
__version__ = "9.5.1"
USER_AGENT = f"parsedmarc/{__version__}"