diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c21852..deaedad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## 1.14.1 - 2024-11-12 +## 1.15.0 - 2024-11-12 * Update session id lookup logic to comply with MS-SMB2 spec * Remove connection from global connection cache even if failing to close it +* Added `smbclient.liststreams` as a way to list the Alternate Data Streams in a file/directory * Added official support for Python 3.13 ## 1.14.0 - 2024-08-26 diff --git a/pyproject.toml b/pyproject.toml index ab83812..2fdd684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "smbprotocol" -version = "1.14.1" +version = "1.15.0" description = "Interact with a server using the SMB 2/3 Protocol" readme = "README.md" requires-python = ">=3.8"