From 2817c21e311a46828975381fd2729369ac927996 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Sep 2024 07:57:20 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.22.1=20=E2=86=92=200.23.0?= 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 dee44a47..9b9fd4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.23.0 (2024-09-03) + +### Feat + +- Stream error policy added (#206) + ## 0.22.1 (2024-08-28) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c04a5625..ccca6e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.22.1" +version = "0.23.0" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0"