diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e918e..0c22219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.0.8 + +### Fixes + +- Fix logging configuration not propagating to child parser processes (#646). +- Update `mailsuite` dependency to `?=1.11.1` to solve issues with iCloud IMAP (#493). + ## 9.0.7 ## Fixes diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index e690f16..7af7de6 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,3 +1,3 @@ -__version__ = "9.0.7" +__version__ = "9.0.8" USER_AGENT = f"parsedmarc/{__version__}" diff --git a/pyproject.toml b/pyproject.toml index e7c4870..c64b783 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "imapclient>=2.1.0", "kafka-python-ng>=2.2.2", "lxml>=4.4.0", - "mailsuite>=1.11.0", + "mailsuite>=1.11.1", "msgraph-core==0.2.2", "opensearch-py>=2.4.2,<=3.0.0", "publicsuffixlist>=0.10.0",