diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0129d5..ab62642b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.5 (2022-10-06) + +### Fix + +- use partition 1 as default partition when producing with test client. Producer test client record metadata fixed. Closes #64 + ## 0.6.4 (2022-10-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 93903d67..0f8afb31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.6.4" +version = "0.6.5" 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.6.4" +version = "0.6.5" tag_format = "$version" version_files = [ "pyproject.toml:version",