diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d65686..270896f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.2] - 2024-09-05 + +### ⚙️ Miscellaneous Tasks + +- *(ci)* Update tauri with ocrmypdf dependency + ## [0.6.1] - 2024-09-05 ### 🛠️ Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 431ca2b..64275dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "statement-sensei" packages = [ {include = "webapp"} ] -version = "0.6.1" +version = "0.6.2" 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 04bae14..07bc0f2 100644 --- a/tauri/src-tauri/tauri.conf.json +++ b/tauri/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "StatementSensei", - "version": "0.6.1", + "version": "0.6.2", "identifier": "statementsensei.streamlit.app", "build": { "beforeDevCommand": "pnpm dev",