- Fix duplicate detection for normalized aggregate reports in Elasticsearch/OpenSearch (PR #666 fixes issue #665)
This commit is contained in:
Sean Whalen
2026-03-06 13:41:33 -05:00
parent ae5d20ecf5
commit adb0d31382
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
+1 -1
View File
@@ -1,3 +1,3 @@
__version__ = "9.1.1"
__version__ = "9.1.2"
USER_AGENT = f"parsedmarc/{__version__}"