diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b3f4833e..7bcdd142 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Change Log ========== +1.10.4 +------ +* Added support for most item fields. The remaining ones are mentioned in issue #203. + + 1.10.3 ------ * Added an ``exchangelib.util.PrettyXmlHandler`` log handler which will pretty-print and highlight XML requests diff --git a/setup.py b/setup.py index dce327ca..6ff65a80 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(fname): setup( name='exchangelib', - version='1.10.3', + version='1.10.4', author='Erik Cederstrand', author_email='erik@cederstrand.dk', description='Client for Microsoft Exchange Web Services (EWS)',