diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b68307..da40d7d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ Changelog ========= +[1.3.1](../../releases/tag/v1.3.1) - 2023-07-28 + +### Internal changes + +- Import general constants and utilities from apify-shared library + [1.3.0](../../releases/tag/v1.3.0) - 2023-07-24 ### Added - Added list_and_lock_head, delete_request_lock, prolong_request_lock methods for the RequestQueueClient(Async) classes - Added batch_add_requests, batch_delete_requests, list_requests methods for the RequestQueueClient(Async) classes - + [1.2.2](../../releases/tag/v1.2.2) - 2023-05-31 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 7bfac550..b00261c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "apify_client" -version = "1.3.0" +version = "1.3.1" description = "Apify API client for Python" readme = "README.md" license = {text = "Apache Software License"}