diff --git a/CHANGELOG.md b/CHANGELOG.md index 9868c7a6..ba40a4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.1 (2022-08-31) + +### Fix + +- module singlenton renamed to singleton (#56) + ## 0.6.0 (2022-08-25) ### Feat diff --git a/pyproject.toml b/pyproject.toml index c65550a8..17fc78f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.6.0" +version = "0.6.1" 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.0" +version = "0.6.1" tag_format = "$version" version_files = [ "pyproject.toml:version",