From 763ae3ec36b2412811ca14d260466f5384011a7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Oct 2024 15:08:37 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.24.3=20=E2=86=92=200.24.4?= 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 9e8a51b4..662c5f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.24.4 (2024-10-09) + +### Fix + +- Update DeprecationWarnings + ## 0.24.3 (2024-10-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e1d17a26..b594d93b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.24.3" +version = "0.24.4" description = "Build simple kafka streams applications" authors = [ "Marcos Schroh ",