diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f85a2..4e893fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.6.5] - 2024-09-08 + +### 📚 Documentation + +- Add UOB to supported bank list +- Add ZKB to supported bank list + +### Build + +- *(deps)* Bump monopoly-core to 0.12.1 + ## [0.6.4] - 2024-09-08 ### ⛰️ Features diff --git a/pyproject.toml b/pyproject.toml index 1b01f67..e4e6d30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "statement-sensei" packages = [ {include = "webapp"} ] -version = "0.6.4" +version = "0.6.5" description = "PDF to CSV conversion for your bank statements" authors = ["Benjamin Dornel "] readme = "README.md" diff --git a/tauri/src-tauri/tauri.conf.json b/tauri/src-tauri/tauri.conf.json index c57b520..33f44c2 100644 --- a/tauri/src-tauri/tauri.conf.json +++ b/tauri/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "StatementSensei", - "version": "0.6.4", + "version": "0.6.5", "identifier": "statementsensei.streamlit.app", "build": { "beforeDevCommand": "pnpm dev",