diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e1a54a..b1e35908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.11.1] - 2024-09-07 + +### 🚜 Refactor + +- *(pdf)* Decouple unlock from PdfDocument __init__ + ## [0.11.0] - 2024-09-05 ### ⛰️ Features diff --git a/pyproject.toml b/pyproject.toml index 7f4d1042..9e189219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "monopoly-core" -version = "0.11.0" +version = "0.11.1" description = "Monopoly is a Python library & CLI that converts bank statement PDFs to CSV" repository = "https://github.com/benjamin-awd/monopoly" authors = ["benjamin-awd "]