diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f9cd1..cb68d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## 1.11.1 - TBD +## 1.12.0 - 2023-11-09 +* Added the `DiskFull` error and message for the NTSTATUS code `0xC000007F` - https://github.com/jborean93/smbprotocol/pull/245 ## 1.11.0 - 2023-09-06 diff --git a/pyproject.toml b/pyproject.toml index c6eb22e..40d67b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "smbprotocol" -version = "1.11.1" +version = "1.12.0" description = "Interact with a server using the SMB 2/3 Protocol" readme = "README.md" requires-python = ">=3.7"