From 0c6c0e2fd83043828399a587272b5c5a21bc91a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 15:01:59 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.26.0=20=E2=86=92=200.26.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55bf26..a3daa2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ +## 0.26.1 (2024-11-26) + +### Fix + +- benchmarks + ## 0.26.0 (2024-11-22) ### BREAKING CHANGE -- Python 3.8 support has been dropped because of end-of-life (EOL), please update to a +- Python 3.8 support has been dropped because of end-of-life (EOL), please update to a supported version ### Fix diff --git a/pyproject.toml b/pyproject.toml index 63a8702..7ad832b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.26.0" +version = "0.26.1" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] maintainers = ["Santiago Fraire Willemoës "]