diff --git a/CHANGELOG.md b/CHANGELOG.md index 372e4caa..af6785f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.0 (2023-02-27) + +### Feat + +- RebalanceListener interface added so a rebalance listener can be set to Streams (#100) + ## 0.7.4 (2023-02-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8cf46fe7..0391d32d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.7.4" +version = "0.8.0" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -70,7 +70,7 @@ profile = "black" known_first_party = ["kstreams", "tests", "examples"] [tool.commitizen] -version = "0.7.4" +version = "0.8.0" tag_format = "$version" version_files = [ "pyproject.toml:version",