diff --git a/CHANGELOG.md b/CHANGELOG.md index 136127f..f8ce3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.6.1 (2024/06/07) + +### Bug Fixes + +- **sync:** Get correct parameter for requisition creation time. ([b60ba068](https://github.com/elisiariocouto/leggen/commit/b60ba068cd7facea5f60fca61bf5845cabf0c2c6)) + + ## 0.6.0 (2024/06/07) ### Features diff --git a/pyproject.toml b/pyproject.toml index 2608d69..d3f7bf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.6.0" +version = "0.6.1" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"