diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe2d318575ac6c4d83ebaaa5e5992d459143cdd..6889210586c529f0917f67fb4875b8e3943edd43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.8.1 - TBD +## 1.8.1 - 2021-10-27 * Raises `ObjectPathNotFound` if a DFS referral is required but not referrals are available (https://github.com/jborean93/smbprotocol/pull/149) diff --git a/setup.py b/setup.py index 53a36266afbc7b82fff9d54142abb798a7598ec4..84fd5add9fedb69dc0adcee0e749dca1de9a2b1b 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.8.0', + version='1.8.1', packages=['smbclient', 'smbprotocol'], install_requires=[ 'cryptography>=2.0',