From a8fb3ad931e3a7a38551cd52fe0489910cb1ebe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Fri, 5 Jul 2024 10:56:27 +0100 Subject: [PATCH] chore(ci): Bump version to 0.6.5 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804dac5..cb89f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.6.5 (2024/07/05) + +### Bug Fixes + +- **sync:** Continue on account deactivation. ([758a3a22](https://github.com/elisiariocouto/leggen/commit/758a3a2257c490a92fb0b0673c74d720ad7e87f7)) + + +### Miscellaneous Tasks + +- Bump dependencies. ([effabf06](https://github.com/elisiariocouto/leggen/commit/effabf06954b08e05e3084fdbc54518ea5d947dc)) + + ## 0.6.4 (2024/06/07) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 96c33fb..d629a14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.6.4" +version = "0.6.5" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"