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"