diff --git a/CHANGELOG.md b/CHANGELOG.md index 4885535d..98db6e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.24.9 (2024-11-18) + +### Fix + +- prevent ConsumerStoppedError exception when engine or a stream is stopped. Related to #234 (#238) + ## 0.24.8 (2024-11-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ff71c4ff..9504a3a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.24.8" +version = "0.24.9" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] maintainers = ["Santiago Fraire Willemoës "]