diff --git a/CHANGELOG.md b/CHANGELOG.md index 702ac560..b37f8b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.12.5] - 2024-09-25 + +### ⛰️ Features + +- *(generic)* Support inconsistent header spacing across pages + +### 🛠️ Bug Fixes + +- *(generic)* Compile header_pattern + ## [0.12.4] - 2024-09-15 ### ⛰️ Features diff --git a/pyproject.toml b/pyproject.toml index 118b7682..0c12e7b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "monopoly-core" -version = "0.12.4" +version = "0.12.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 "]