Skip to content

Commit 4f59051

Browse files
committed
update the changelog + increase the version
1 parent 0d78c1e commit 4f59051

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.1 - 2025-01-08
4+
5+
* Use a ConnectionPool to connect to the Database instead of a single connection.
6+
37
## 1.2.0 - 2024-07-25
48

59
* The `reschedule()` method has an optional parameter to decrease the TTL if set to True (False by default).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
1818

1919
[project]
2020
name = "postgres-tq"
21-
version = "1.2.0"
21+
version = "1.2.1"
2222
description = "Postgres Based Task Queue"
2323
authors = [
2424
{name = "FlixTech", email = "open-source@flixbus.com"},

0 commit comments

Comments
 (0)