diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7b950e618521b98231d8b0617fb225afc5139c..4210d6749a5b23fa3d540b7312cd94cc48c03047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.8.3 - TBD +## 1.8.3 - 2021-11-19 * Set `additional_information` field in `SMB2SetInfoRequest` to a flags field rather than a single enum as per protocol docs diff --git a/setup.py b/setup.py index 0281fa2e83751938cca3660985803b29ae31037c..3d8b60092c68859341a56054efb2a59bfc29c070 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.2', + version='1.8.3', packages=['smbclient', 'smbprotocol'], install_requires=[ 'cryptography>=2.0',