diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a4e98..c1f9247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## 2025.10.0 (2025/10/01) + +### Bug Fixes + +- **gocardless:** Increase timeout to 30 seconds, some requests take some time. ([ca7968cc](https://github.com/elisiariocouto/leggen/commit/ca7968cc3c625e243fe2d75590a9e56f3100072b)) + + + ## 2025.9.26 (2025/09/30) ### Debug diff --git a/pyproject.toml b/pyproject.toml index 9e52020..2895589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.26" +version = "2025.10.0" 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 f963c6e..cc722ab 100644 --- a/uv.lock +++ b/uv.lock @@ -257,7 +257,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.26" +version = "2025.10.0" source = { editable = "." } dependencies = [ { name = "apscheduler" },