From d75800bcb07e69636079f6dca6d81295ec6d25e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Nov 2024 15:39:45 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.26.2=20=E2=86=92=200.26.3?= 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 82b48e3..71589c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.26.3 (2024-11-27) + +### Fix + +- bump deps + ## 0.26.2 (2024-11-27) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b30ab03..62e0cdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.26.2" +version = "0.26.3" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] maintainers = ["Santiago Fraire Willemoës "]