diff --git a/CHANGELOG.md b/CHANGELOG.md index aa05d468..4885535d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.24.8 (2024-11-01) + +### Fix + +- **streams_utils**: properly identify if typed or not +- typing errors caused by optionals in tests + ## 0.24.7 (2024-10-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5d885a82..ff71c4ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.24.7" +version = "0.24.8" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] maintainers = ["Santiago Fraire Willemoës "]