From adb0d313821de277579ca7bd0a2e31f3d7d9d56a Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Fri, 6 Mar 2026 13:41:33 -0500 Subject: [PATCH] 9.1.2 - Fix duplicate detection for normalized aggregate reports in Elasticsearch/OpenSearch (PR #666 fixes issue #665) --- CHANGELOG.md | 6 ++++++ parsedmarc/constants.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec208a..0c08f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.1.2 + +### Fixes + +- Fix duplicate detection for normalized aggregate reports in Elasticsearch/OpenSearch (PR #666 fixes issue #665) + ## 9.1.1 ### Fixes diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 9a2e506..da4837d 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,3 +1,3 @@ -__version__ = "9.1.1" +__version__ = "9.1.2" USER_AGENT = f"parsedmarc/{__version__}"