diff --git a/CHANGELOG.md b/CHANGELOG.md index d41efca..8f9d994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.24.1 (2024-10-07) + +### Refactor + +- expose a Stream.get_middleware function + ## 0.24.0 (2024-09-03) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f29ab87..c64269a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.24.0" +version = "0.24.1" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0"