From f6abee04ecf37a4e3ca94c2fc56aa9fae814d72a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 13:22:17 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.24.5=20=E2=86=92=200.24.6?= 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 c2fd93ad..c3ddf184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.24.6 (2024-10-16) + +### Fix + +- move consumer record to kstreams + ## 0.24.5 (2024-10-10) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c854167c..ef4c19a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.24.5" +version = "0.24.6" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] maintainers = ["Santiago Fraire Willemoës "]