From 921f848c056b26d1d9c19a0d00c69b7bdc0d9e11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Sep 2023 13:58:00 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.12.1=20=E2=86=92=200.12.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 994d3cf9..e313ce2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.2 (2023-09-20) + +### Fix + +- **Kafka backend**: use enum values when represent kafka backend as dict. Close #130 (#131) + ## 0.12.1 (2023-08-02) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f0c77e6b..df06c143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.12.1" +version = "0.12.2" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -70,7 +70,7 @@ profile = "black" known_first_party = ["kstreams", "tests", "examples"] [tool.commitizen] -version = "0.12.1" +version = "0.12.2" tag_format = "$version" version_files = [ "pyproject.toml:version",