diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf1787f..fc668044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.10.7] - 2024-08-11 + +### 🚜 Refactor + +- *(banks)* Remove encryption identifier + +### ⚙️ Miscellaneous Tasks + +- *(banks/sc)* Add text identifier + ## [0.10.6] - 2024-08-11 ### 🚜 Refactor diff --git a/pyproject.toml b/pyproject.toml index 74a05063..c62803c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "monopoly-core" -version = "0.10.6" +version = "0.10.7" description = "Monopoly is a Python library & CLI that converts bank statement PDFs to CSV" repository = "https://github.com/benjamin-awd/monopoly" authors = ["benjamin-awd "]