diff --git a/CHANGELOG.md b/CHANGELOG.md index 943aed4c..23984e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.18.2 (2024-02-08) + +### Fix + +- **StreamEngine**: graceful shutdown must wait for all events to be processed before Streams are stopped. Related to #162 (#171) + ## 0.18.1 (2024-01-31) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 250a757a..ded17dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.18.1" +version = "0.18.2" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -66,7 +66,7 @@ exclude = ''' ''' [tool.commitizen] -version = "0.18.1" +version = "0.18.2" tag_format = "$version" version_files = [ "pyproject.toml:version",