diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb2676..ff87f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.6.3 (2024/06/07) + +### Features + +- **sync:** Correctly calculate days left, based on the default 90 days period. ([3cb38e2e](https://github.com/elisiariocouto/leggen/commit/3cb38e2e9fb08e07664caa7daa9aa651262bd213)) + + ## 0.6.2 (2024/06/07) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a27e9bb..0f67c8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.6.2" +version = "0.6.3" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"