Skip to content

Commit

Permalink
Bump version 3.2.0 → 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Feb 8, 2024
1 parent b90b05d commit 20f534c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Changelog
## [3.2.1](https://github.com/bakdata/kpops/releases/tag/3.2.1) - Release Date: [2024-02-08]

### 🐛 Fixes

- Fix order of pipeline steps for clean/reset - [#450](https://github.com/bakdata/kpops/pull/450)

- Fix substitution - [#449](https://github.com/bakdata/kpops/pull/449)

- Fix cleaner inheritance, parent model should be aliased during instantiation - [#452](https://github.com/bakdata/kpops/pull/452)


### 🏭 Refactor

- Simplify execution graph logic - [#446](https://github.com/bakdata/kpops/pull/446)






## [3.2.0](https://github.com/bakdata/kpops/releases/tag/3.2.0) - Release Date: [2024-02-01]

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion kpops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2.0"
__version__ = "3.2.1"

# export public API functions
from kpops.cli.main import clean, deploy, destroy, generate, manifest, reset
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kpops"
version = "3.2.0"
version = "3.2.1"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 20f534c

Please sign in to comment.