Skip to content

Commit adb0d31

Browse files
committed
9.1.2
- Fix duplicate detection for normalized aggregate reports in Elasticsearch/OpenSearch (PR #666 fixes issue #665)
1 parent ae5d20e commit adb0d31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 9.1.1
410

511
### Fixes

parsedmarc/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "9.1.1"
1+
__version__ = "9.1.2"
22

33
USER_AGENT = f"parsedmarc/{__version__}"

0 commit comments

Comments
 (0)