We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5d20e commit adb0d31Copy full SHA for adb0d31
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 9.1.2
4
+
5
+### Fixes
6
7
+- Fix duplicate detection for normalized aggregate reports in Elasticsearch/OpenSearch (PR #666 fixes issue #665)
8
9
## 9.1.1
10
11
### Fixes
parsedmarc/constants.py
@@ -1,3 +1,3 @@
-__version__ = "9.1.1"
+__version__ = "9.1.2"
USER_AGENT = f"parsedmarc/{__version__}"
0 commit comments