Skip to content

Commit

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

### 🐛 Fixes

- Fix docs CI to include the latest changes to a tagged version in the changelog - [#459](https://github.com/bakdata/kpops/pull/459)

- Fix tempfile creation - [#461](https://github.com/bakdata/kpops/pull/461)

- Fix symbolic link to CONTRIBUTING.md and parallel option in action.yaml - [#462](https://github.com/bakdata/kpops/pull/462)


### 🏭 Refactor

- Refactor Kafka topics - [#447](https://github.com/bakdata/kpops/pull/447)

- Refactor PipelineGenerator to use component ids - [#460](https://github.com/bakdata/kpops/pull/460)


### 📝 Documentation

- Fix docs CI to include the latest changes to a tagged version in the changelog - [#459](https://github.com/bakdata/kpops/pull/459)






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

### 🐛 Fixes
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.3"
__version__ = "3.2.4"

# 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.3"
version = "3.2.4"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 31a1142

Please sign in to comment.