diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..e0fe3d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +## 0.2.1 (2022-07-22) + +### Fix + +- pipeline tag filter (#19) + +## 0.2.0 (2022-07-21) + +### Feat + +- Yield from stream. Closes #4 + +## v0.1.0 (2022-07-18) diff --git a/pyproject.toml b/pyproject.toml index 81a1fe17..884b030b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.2.0" +version = "0.2.1" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -77,7 +77,7 @@ from_first = false include_trailing_comma = true [tool.commitizen] -version = "0.2.0" +version = "0.2.1" tag_format = "$version" version_files = [ "pyproject.toml:version",