diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e56f27..0ea4735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.6 (2023-11-27) + +### Fix + +- **TestClient**: call task_done after the topic has consumed the cr (#138) + ## 0.12.5 (2023-11-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0a7e4c2..56a2ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.12.5" +version = "0.12.6" 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.12.5" +version = "0.12.6" tag_format = "$version" version_files = [ "pyproject.toml:version",