From 7b48bc080ce5d940b77706914c77ddbe4954889f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Thu, 28 Mar 2024 15:58:59 +0000 Subject: [PATCH] chore(ci): Bump version to 0.4.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1192e..40be82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.4.0 (2024/03/28) + +### Features + +- **notifications:** Add support for transaction filter and notifications via Discord. ([0cb33936](https://github.com/elisiariocouto/leggen/commit/0cb339366cc5965223144d2829312d9416d4bc46)) + + +### Miscellaneous Tasks + +- **deps-dev:** Bump black from 24.2.0 to 24.3.0 ([2352ea9e](https://github.com/elisiariocouto/leggen/commit/2352ea9e58f14250b819e02fa59879e7ff200764)) +- Update dependencies. ([3d36198b](https://github.com/elisiariocouto/leggen/commit/3d36198b06eebc9d7480eb020d1a713e8637b31a)) + + ## 0.3.0 (2024/03/08) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 66d9595..a0f73c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.3.0" +version = "0.4.0" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"