diff --git a/CHANGELOG.md b/CHANGELOG.md index a539bc6..68b9b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ +## 2025.9.17 (2025/09/18) + +### Bug Fixes + +- **api:** Prevent duplicate notifications for existing transactions during sync. ([25747d7d](https://github.com/elisiariocouto/leggen/commit/25747d7d372e291090764a6814f9d8d0b76aea3b)) + + +### Miscellaneous Tasks + +- Format files. ([848eccb3](https://github.com/elisiariocouto/leggen/commit/848eccb35b910c8121d15611547dca8da0b12756)) + + + +## 2025.9.17 (2025/09/18) + +### Bug Fixes + +- **api:** Prevent duplicate notifications for existing transactions during sync. ([25747d7d](https://github.com/elisiariocouto/leggen/commit/25747d7d372e291090764a6814f9d8d0b76aea3b)) + + +### Miscellaneous Tasks + +- Format files. ([848eccb3](https://github.com/elisiariocouto/leggen/commit/848eccb35b910c8121d15611547dca8da0b12756)) + + + ## 2025.9.16 (2025/09/18) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 5fc643e..c77b83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.16" +version = "2025.9.17" description = "An Open Banking CLI" authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }] requires-python = "~=3.13.0" diff --git a/uv.lock b/uv.lock index f9597db..1084d6b 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.16" +version = "2025.9.17" source = { editable = "." } dependencies = [ { name = "apscheduler" },