From 6b2cb8a52f5431531292b16042556db7c79907c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Sun, 15 Sep 2024 15:53:20 +0100 Subject: [PATCH] chore(ci): Bump version to 0.6.7 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6417f21..9440373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +## 0.6.7 (2024/09/15) + +### Bug Fixes + +- **notifications/telegram:** Escape characters when notifying via Telegram. ([7efbccfc](https://github.com/elisiariocouto/leggen/commit/7efbccfc90ea601da9029909bdd4f21640d73e6a)) + + +### Miscellaneous Tasks + +- Bump dependencies. ([75ca7f17](https://github.com/elisiariocouto/leggen/commit/75ca7f177fb9992395e576ba9038a63e90612e5c)) + + + ## 0.6.6 (2024/08/21) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 9dd3dbc..7702636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.6.6" +version = "0.6.7" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"