diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf41c8..a1dc29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.19.1 (2024-07-03) + +### Fix + +- always subscribe to topics when a Stream is started. Multiple calls to subscribe do not affect the consumer even though it was already subscribed. (#191) + ## 0.19.0 (2024-07-01) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 2da497d..76b0cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.19.0" +version = "0.19.1" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -65,7 +65,7 @@ exclude = ''' ''' [tool.commitizen] -version = "0.19.0" +version = "0.19.1" tag_format = "$version" version_files = [ "pyproject.toml:version",