diff --git a/CHANGELOG.md b/CHANGELOG.md index 35828dc..3446bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.12.0 (2024-04-02) + +### Feat + +- add sinks protocols + +### Fix + +- type hint errors +- rename parser protocol + ## 0.11.0 (2024-04-01) ## 0.10.0 (2024-03-31) diff --git a/pyproject.toml b/pyproject.toml index f510120..02bd86a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ficamp" -version = "0.11.0" +version = "0.12.0" description = "Analyze your bank data and categorize it." authors = ["Santiago Fraire Willemoes "] readme = "README.md"