From 798a8f1880a179b47a046acdec9884ed998ea08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Fri, 29 Mar 2024 16:57:33 +0000 Subject: [PATCH] chore(ci): Bump version to 0.5.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40be82f..bfde637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.5.0 (2024/03/29) + +### Features + +- **notifications:** Add support for Telegram notifications. ([7401ca62](https://github.com/elisiariocouto/leggen/commit/7401ca62d2ff23c4100ed9d1c8b7450289337553)) + + +### Miscellaneous Tasks + +- Rename docker-compose.yml to compose.yml and remove obsolete 'version' key. ([e46634cf](https://github.com/elisiariocouto/leggen/commit/e46634cf27046bfc8d638a0cd4910a4a8a42648a)) + + ## 0.4.0 (2024/03/28) ### Features diff --git a/pyproject.toml b/pyproject.toml index a0f73c9..4adfd3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.4.0" +version = "0.5.0" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"