diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ed5763..e1c2ec9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ HEAD ---- +5.4.3 +----- +- Fix access to shared folders + + 5.4.2 ----- - Remove timezone warnings in `GetUserAvailability` diff --git a/exchangelib/__init__.py b/exchangelib/__init__.py index d56be1da..7f5776c6 100644 --- a/exchangelib/__init__.py +++ b/exchangelib/__init__.py @@ -36,7 +36,7 @@ from .transport import BASIC, CBA, DIGEST, GSSAPI, NTLM, OAUTH2, SSPI from .version import Build, Version -__version__ = "5.4.2" +__version__ = "5.4.3" __all__ = [ "AcceptItem",