Skip to content

Commit

Permalink
chore(release): prepare for 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Sep 15, 2024
1 parent ef61d83 commit 85fd1c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.12.3] - 2024-09-15

### 🛠️ Bug Fixes

- *(banks/ocbc)* Support statement date without 'TO'
- *(banks/dbs)* Use transaction_bound to exclude balances

### 🚜 Refactor

- Add ISO8601 to constants namespace
- Use ISO8601 for bank statement date patterns
- *(banks)* Shorten config variable names
- *(banks)* Declare name in bank instead of config

### ⚙️ Miscellaneous Tasks

- Remove redundant RELEASE_CHANGELOG.md
- Lower missing debit headers to debug log level

## [0.12.2] - 2024-09-08

### 🛠️ Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "monopoly-core"
version = "0.12.2"
version = "0.12.3"
description = "Monopoly is a Python library & CLI that converts bank statement PDFs to CSV"
repository = "https://github.com/benjamin-awd/monopoly"
authors = ["benjamin-awd <benjamindornel@gmail.com>"]
Expand Down

0 comments on commit 85fd1c7

Please sign in to comment.