diff --git a/CHANGELOG.md b/CHANGELOG.md index 05626186..4070bc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.10.5] - 2024-08-03 + +### ⚙️ Miscellaneous Tasks + +- Use simpler identifier for example bank + ## [0.10.4] - 2024-08-03 ### 🛠️ Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 508d74c8..10b28371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "monopoly-core" -version = "0.10.4" +version = "0.10.5" description = "Monopoly is a Python library & CLI that converts bank statement PDFs to CSV" repository = "https://github.com/benjamin-awd/monopoly" authors = ["benjamin-awd "]