diff --git a/CHANGELOG.md b/CHANGELOG.md index b00dab7961f61cf09e701ffedd167e1f694c7bb4..c81640ebd182d396326eb6768d68f7f94ebcafd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.1.0 - TBD +## 1.1.0 - 2020-08-14 * Speed up logging statements for large messages like a read and write message * Changed authentication dep to [pyspnego](https://github.com/jborean93/pyspnego) that handles all the authentication work diff --git a/setup.py b/setup.py index d6864397edbe3450a4b24faea16dddf2abce38da..5ac790bcc5374b0cc1869cf7a7cbfe3b67ca8563 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ with open(abs_path('README.md'), mode='rb') as fd: setup( name='smbprotocol', - version='1.1.0rc2', + version='1.1.0', packages=['smbclient', 'smbprotocol'], install_requires=[ 'cryptography>=2.0',