From 782e0cd3c8160ba903bee238d84ae52c4d831dd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Oct 2024 11:43:23 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.24.0=20=E2=86=92=200.24.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d41efcaa..8f9d9947 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 f29ab87e..c64269a7 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"