Skip to content

Commit

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

### 🚀 Features

- Add image tag field to streams-bootstrap app values - [#499](https://github.com/bakdata/kpops/pull/499)

- Delete ignored keys from diff - [#510](https://github.com/bakdata/kpops/pull/510)


### 🏭 Refactor

- Improve dataclass instance check - [#507](https://github.com/bakdata/kpops/pull/507)






## [6.0.2](https://github.com/bakdata/kpops/releases/tag/6.0.2) - Release Date: [2024-07-04]

### 📝 Documentation
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__ = "6.0.2"
__version__ = "6.1.0"

# export public API functions
from kpops.api 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 = "6.0.2"
version = "6.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 9d37a50

Please sign in to comment.