diff --git a/CHANGELOG.md b/CHANGELOG.md index 202069a..a539bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +## 2025.9.16 (2025/09/18) + +### Bug Fixes + +- **frontend:** Add iOS safe area support for PWA sticky header ([6589c2dd](https://github.com/elisiariocouto/leggen/commit/6589c2dd666f8605cf6d1bf9ad7277734d4cd302)) + + + +## 2025.9.16 (2025/09/18) + +### Bug Fixes + +- **frontend:** Add iOS safe area support for PWA sticky header ([6589c2dd](https://github.com/elisiariocouto/leggen/commit/6589c2dd666f8605cf6d1bf9ad7277734d4cd302)) + + + ## 2025.9.15 (2025/09/18) ### Features diff --git a/pyproject.toml b/pyproject.toml index 53e88b7..5fc643e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.15" +version = "2025.9.16" 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 8263e53..f9597db 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.15" +version = "2025.9.16" source = { editable = "." } dependencies = [ { name = "apscheduler" },