diff --git a/CHANGELOG.md b/CHANGELOG.md index 662c5f7d..c2fd93ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.24.5 (2024-10-10) + +### Fix + +- add maintainer instead of author (#213) + ## 0.24.4 (2024-10-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index cc38e241..c854167c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.24.4" +version = "0.24.5" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] maintainers = ["Santiago Fraire Willemoës "]