- Fix the use of Elasticsearch and OpenSearch API keys (PR #660 fixes issue #653)
- Drop support for Python 3.9 (PR #661)
This commit is contained in:
Sean Whalen
2026-03-03 11:43:44 -05:00
parent 5aaaedf463
commit 3d8a99b5d3
2 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## 9.1.1
## Fixes
- Fix the use of Elasticsearch and OpenSearch API keys (PR #660 fixes issue #653)
## Changes
- Drop support for Python 3.9 (PR #661)
## 9.1.0
## Enhancements

View File

@@ -1,3 +1,3 @@
__version__ = "9.1.0"
__version__ = "9.1.1"
USER_AGENT = f"parsedmarc/{__version__}"