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"