diff --git a/CHANGELOG.md b/CHANGELOG.md index da048da..f644c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## 0.6.9 (2025/01/14) + +### Miscellaneous Tasks + +- Setup PyPI Trusted Publishing. ([ca29d527](https://github.com/elisiariocouto/leggen/commit/ca29d527c9e5f9391dfcad6601ad9c585b511b47)) + + + ## 0.6.8 (2025/01/13) ### Miscellaneous Tasks diff --git a/pyproject.toml b/pyproject.toml index c7a04f6..7194eda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "0.6.8" +version = "0.6.9" description = "An Open Banking CLI" authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }] requires-python = "~=3.12"