diff --git a/CHANGELOG.md b/CHANGELOG.md index 23984e15..cca6c327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.18.3 (2024-02-12) + +### Fix + +- deserializer deprecation warning added. Examples with deserialization updated to middlewares (#172) + ## 0.18.2 (2024-02-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c7f8f11a..4a149b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.18.2" +version = "0.18.3" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -66,7 +66,7 @@ exclude = ''' ''' [tool.commitizen] -version = "0.18.2" +version = "0.18.3" tag_format = "$version" version_files = [ "pyproject.toml:version",