Skip to content

Commit

Permalink
chore(release): prepare for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Nov 15, 2024
1 parent 018b32f commit aaddd18
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.13.0] - 2024-11-15

### ⛰️ Features

- *(banks)* Add support for chase credit
- *(banks)* Add bank of america combined statement

### 📚 Documentation

- *(README)* Update list of supported banks

### ⚙️ Miscellaneous Tasks

- *(banks/hsbc)* Add specific opentext version id
- *(banks/base)* Add logging for failed statement date parse

### Build

- *(deps)* Bump the deps group with 7 updates
- *(deps)* Bump the deps group with 8 updates

## [0.12.5] - 2024-09-25

### ⛰️ Features
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.5"
version = "0.13.0"
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 aaddd18

Please sign in to comment.