Skip to content

Commit

Permalink
update the changelog + increase the version
Browse files Browse the repository at this point in the history
  • Loading branch information
sourBz committed Jan 8, 2025
1 parent 0d78c1e commit 4f59051
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.1 - 2025-01-08

* Use a ConnectionPool to connect to the Database instead of a single connection.

## 1.2.0 - 2024-07-25

* The `reschedule()` method has an optional parameter to decrease the TTL if set to True (False by default).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"

[project]
name = "postgres-tq"
version = "1.2.0"
version = "1.2.1"
description = "Postgres Based Task Queue"
authors = [
{name = "FlixTech", email = "[email protected]"},
Expand Down

0 comments on commit 4f59051

Please sign in to comment.