From 996c28a104ed81f2016fb012bfde44ee70474600 Mon Sep 17 00:00:00 2001 From: Sourour Benzarti Date: Tue, 23 Jul 2024 17:25:41 +0200 Subject: [PATCH] prepare for release 1.2.0 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"},