From 4ea4b0670cb4ffbdd15bd10a010170e51c9a0d89 Mon Sep 17 00:00:00 2001 From: Benjamin Dornel Date: Mon, 9 Sep 2024 00:11:37 +0800 Subject: [PATCH] chore(release): prepare for 0.12.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f371f386..77074639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.12.1] - 2024-09-08 + +### ⛰️ Features + +- *(banks)* Add support for zurcherkantonalbank + ## [0.12.0] - 2024-09-08 ### ⛰️ Features diff --git a/pyproject.toml b/pyproject.toml index 86fd348e..9acdd61b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "monopoly-core" -version = "0.12.0" +version = "0.12.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 "]