diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a84d079..b7ede73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ Change Log HEAD ---- + + +1.12.4 +------ - Fix bug that left out parts of the folder hierarchy when traversing `account.root`. +- Fix bug that did not properly find all attachments if an item has a mix of item + and file attachments. 1.12.3 diff --git a/exchangelib/__init__.py b/exchangelib/__init__.py index 8cd3f8e7..60ddd9d1 100644 --- a/exchangelib/__init__.py +++ b/exchangelib/__init__.py @@ -17,7 +17,7 @@ from .version import Build, Version from .settings import OofSettings -__version__ = '1.12.3' +__version__ = '1.12.4' __all__ = [ '__version__',