diff --git a/CHANGELOG.md b/CHANGELOG.md index fe002df..550ad7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.1.0 / 2024-11-29 + +- Add support for specifying client certificates for TLS by @quality-leftovers in [#85](https://github.com/tus/tus-py-client/pulls/85) + ### 1.0.3 / 2023-12-13 - Add explicit test fixtures to fix tests on Windows by @nhairs in https://github.com/tus/tus-py-client/pull/91 diff --git a/tusclient/__init__.py b/tusclient/__init__.py index 976498a..6849410 100644 --- a/tusclient/__init__.py +++ b/tusclient/__init__.py @@ -1 +1 @@ -__version__ = "1.0.3" +__version__ = "1.1.0"