diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f889b54..dd57d1562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ # Changelog +## [1.3.1](https://github.com/bakdata/kpops/releases/tag/1.3.1) - Release Date: [2023-07-11] + +### 🏭 Refactor + +- Remove workaround for pipeline steps - [#276](https://github.com/bakdata/kpops/pull/276) + + +### 🌀 Miscellaneous + +- Update codeowners - [#281](https://github.com/bakdata/kpops/pull/281) + +- Reactivate Windows CI - [#255](https://github.com/bakdata/kpops/pull/255) + +- Downgrade Poetry version on the Windows CI pipeline - [#286](https://github.com/bakdata/kpops/pull/286) + +- Set ANSI theme for output of `kpops generate` - [#289](https://github.com/bakdata/kpops/pull/289) + + + + + + ## [1.3.0](https://github.com/bakdata/kpops/releases/tag/1.3.0) - Release Date: [2023-07-07] ### 🏭 Refactor diff --git a/kpops/__init__.py b/kpops/__init__.py index 67bc602ab..9c73af26b 100644 --- a/kpops/__init__.py +++ b/kpops/__init__.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index 6e3fd57eb..38957bb78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "1.3.0" +version = "1.3.1" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"