diff --git a/CHANGELOG.md b/CHANGELOG.md index 3446bb4..f30c2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.13.0 (2024-04-04) + +### Fix + +- create gmaps api cache json file if not there + ## 0.12.0 (2024-04-02) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 02bd86a..7e60c5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ficamp" -version = "0.12.0" +version = "0.13.0" description = "Analyze your bank data and categorize it." authors = ["Santiago Fraire Willemoes "] readme = "README.md"