diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76378cb..76028db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,17 @@ Version History =============== +v1.5.0 (2025-08-14) +-------------------- + +* Added timeout parameter to BulkImport.perform() method + v1.4.0 (2025-08-05) +-------------------- * Support trino type query * Remove partial_delete api - v1.2.1 (2020-07-01) -------------------- diff --git a/pyproject.toml b/pyproject.toml index fe88ac4..b7b208a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "td-client" -version = "1.4.0" +version = "1.5.0" description = "Treasure Data API library for Python" readme = {file = "README.rst", content-type = "text/x-rst; charset=UTF-8"} requires-python = ">=3.8"