Skip to content

Commit

Permalink
8.13.0
Browse files Browse the repository at this point in the history
- Add Elastic/OpenSearch index prefix option (PR #531 closes #159)
- Add GELF output support (PR #532)
  • Loading branch information
seanthegeek committed Aug 25, 2024
1 parent 0fa6beb commit cc1b6ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

8.13.0
------

- Add Elastic/OpenSearch index prefix option (PR #531 closes #159)
- Add GELF output support (PR #532)

8.12.0
------

Expand Down
2 changes: 1 addition & 1 deletion parsedmarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from parsedmarc.utils import parse_email
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime

__version__ = "8.12.0"
__version__ = "8.13.0"

logger.debug("parsedmarc v{0}".format(__version__))

Expand Down

0 comments on commit cc1b6ae

Please sign in to comment.