diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae3639..380a616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ +## 2025.9.8 (2025/09/11) + +### Bug Fixes + +- Change branch name from develop to dev in CI workflow ([f4bf549b](https://github.com/elisiariocouto/leggen/commit/f4bf549b99197d70104abf5731ab1ccb67cc9a69)) + + +### Features + +- Update CI workflow to use Node.js 20 instead of 18 ([e4e04ea3](https://github.com/elisiariocouto/leggen/commit/e4e04ea34ea568c08292562243b6e6c08234d918)) + + + +## 2025.9.8 (2025/09/11) + +### Bug Fixes + +- Change branch name from develop to dev in CI workflow ([f4bf549b](https://github.com/elisiariocouto/leggen/commit/f4bf549b99197d70104abf5731ab1ccb67cc9a69)) + + +### Features + +- Update CI workflow to use Node.js 20 instead of 18 ([e4e04ea3](https://github.com/elisiariocouto/leggen/commit/e4e04ea34ea568c08292562243b6e6c08234d918)) + + + ## 2025.9.7 (2025/09/11) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 399f9b6..5b76243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.7" +version = "2025.9.8" 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 463120b..b48ad86 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.7" +version = "2025.9.8" source = { editable = "." } dependencies = [ { name = "apscheduler" },