diff --git a/CHANGELOG.md b/CHANGELOG.md index cb89f10..6417f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 0.6.6 (2024/08/21) + +### Bug Fixes + +- **commands/status:** Handle exception when no `last_accessed` is returned from GoCardless API. ([c70a4e5c](https://github.com/elisiariocouto/leggen/commit/c70a4e5cb87a19a5a0ed194838e323c6246856ab)) +- **notifications/telegram:** Escape parenthesis. ([a29bd1ab](https://github.com/elisiariocouto/leggen/commit/a29bd1ab683bc9e068aefb722e9e87bb4fe6aa76)) + + +### Miscellaneous Tasks + +- Update dependencies, use ruff to format code. ([59346334](https://github.com/elisiariocouto/leggen/commit/59346334dbe999ccfd70f6687130aaedb50254fa)) + + ## 0.6.5 (2024/07/05) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 11af467..9dd3dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.6.5" +version = "0.6.6" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"