diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa7c3d..2249f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for file-like objects in the `upload_large_file()` method +* ### Changed @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.2.6] - 2024-09-24 + +### Added + +* Support for file-like objects in the `upload_large_file()` method + ## [0.2.5] - 2024-09-09 ### Changed diff --git a/setup.py b/setup.py index 40799ac..b7ba514 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setuptools.setup( name="dropbox-api", - version="0.2.5", + version="0.2.6", author="Hive Solutions Lda.", author_email="development@hive.pt", description="Dropbox API Client",