diff --git a/CHANGELOG.md b/CHANGELOG.md index 55062c6..5cb1bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.0 - 2024-07-23 + +* The `reschedule()` method have an optional parameter to decrease the ttl if set to True (False by default). + ## 1.1.0 - 2024-07-01 * The `complete()` method now returns the count of updated tasks, 0 if it was already completed diff --git a/pyproject.toml b/pyproject.toml index 3c52d47..f471261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S" [project] name = "postgres-tq" -version = "1.1.0" +version = "1.2.0" description = "Postgres Based Task Queue" authors = [ {name = "FlixTech", email = "open-source@flixbus.com"},