diff --git a/CHANGELOG.md b/CHANGELOG.md index b00dab79..c81640eb 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 d6864397..5ac790bc 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def abs_path(rel_path): setup( name='smbprotocol', - version='1.1.0rc2', + version='1.1.0', packages=['smbclient', 'smbprotocol'], install_requires=[ 'cryptography>=2.0',