From b811e54c653fc8ec854e5f46bda43a8320600aa2 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Mon, 2 Dec 2024 10:03:40 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=208.1.0=20=E2=86=92=208.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/user/changelog.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/docs/user/changelog.md b/docs/docs/user/changelog.md index f97a8e079..692d3d18f 100644 --- a/docs/docs/user/changelog.md +++ b/docs/docs/user/changelog.md @@ -1,4 +1,17 @@ # Changelog +## [8.1.1](https://github.com/bakdata/kpops/releases/tag/8.1.1) - Release Date: [2024-12-02] + +### ๐Ÿ› Fixes + +- Fix `files` field value type in Streamsboostrap component - [#542](https://github.com/bakdata/kpops/pull/542) + +- Fix: Use enum values when dumping models - [#543](https://github.com/bakdata/kpops/pull/543) + + + + + + ## [8.1.0](https://github.com/bakdata/kpops/releases/tag/8.1.0) - Release Date: [2024-10-25] ### ๐Ÿงช Dependencies diff --git a/pyproject.toml b/pyproject.toml index 42ca52469..dd70b508d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "8.1.0" +version = "8.1.1" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"