diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b1d5fe..b80f59e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.0 (2023-12-14) + +### Feat + +- getmany added to Stream. Closes #128 (#147) + ## 0.13.1 (2023-12-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f88b3ed1..332eb3a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.13.1" +version = "0.14.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.13.1" +version = "0.14.0" tag_format = "$version" version_files = [ "pyproject.toml:version",