diff --git a/CHANGELOG.md b/CHANGELOG.md index e55bf26..a3daa2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ +## 0.26.1 (2024-11-26) + +### Fix + +- benchmarks + ## 0.26.0 (2024-11-22) ### BREAKING CHANGE -- Python 3.8 support has been dropped because of end-of-life (EOL), please update to a +- Python 3.8 support has been dropped because of end-of-life (EOL), please update to a supported version ### Fix diff --git a/pyproject.toml b/pyproject.toml index 63a8702..7ad832b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.26.0" +version = "0.26.1" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] maintainers = ["Santiago Fraire Willemoës "]