diff --git a/CHANGELOG.md b/CHANGELOG.md index cca6c327..c25257b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.18.4 (2024-05-14) + +### Fix + +- log possible error in the typed handler wrapper (#181) + ## 0.18.3 (2024-02-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 4a149b5d..30f9a3ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.18.3" +version = "0.18.4" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -66,7 +66,7 @@ exclude = ''' ''' [tool.commitizen] -version = "0.18.3" +version = "0.18.4" tag_format = "$version" version_files = [ "pyproject.toml:version",