Skip to content

Commit

Permalink
Bump version 5.0.1 → 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed May 22, 2024
1 parent 6173036 commit d004b1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## [5.1.0](https://github.com/bakdata/kpops/releases/tag/5.1.0) - Release Date: [2024-05-22]

### 🌀 Miscellaneous

- Add computed field for Helm release name and name override - [#490](https://github.com/bakdata/kpops/pull/490)






## [5.0.1](https://github.com/bakdata/kpops/releases/tag/5.0.1) - Release Date: [2024-05-15]

### 🐛 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__ = "5.0.1"
__version__ = "5.1.0"

# export public API functions
from kpops.cli.main import clean, deploy, destroy, generate, init, 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 = "5.0.1"
version = "5.1.0"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d004b1b

Please sign in to comment.