diff --git a/CHANGELOG.md b/CHANGELOG.md index 396e663..70a4e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## 2025.9.26 (2025/09/30) + +### Debug + +- Log different sets of GoCardless rate limits. ([8802d247](https://github.com/elisiariocouto/leggen/commit/8802d24789cbb8e854d857a0d7cc89a25a26f378)) + + + ## 2025.9.25 (2025/09/30) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 17ebf2a..9e52020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.25" +version = "2025.9.26" 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 b9a15ea..f963c6e 100644 --- a/uv.lock +++ b/uv.lock @@ -257,7 +257,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.25" +version = "2025.9.26" source = { editable = "." } dependencies = [ { name = "apscheduler" },