Skip to content

Commit

Permalink
Bump version 6.1.0 → 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Jul 23, 2024
1 parent 089a033 commit 7ffe5d7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
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
## [7.0.0](https://github.com/bakdata/kpops/releases/tag/7.0.0) - Release Date: [2024-07-23]

### 🏗️ Breaking changes

- Automatic loading of namespaced custom components - [#500](https://github.com/bakdata/kpops/pull/500)

- Call destroy from inside of reset or clean - [#501](https://github.com/bakdata/kpops/pull/501)

- Rename app field - [#506](https://github.com/bakdata/kpops/pull/506)


### 🚀 Features

- clean/reset streams-bootstrap components with cluster values - [#498](https://github.com/bakdata/kpops/pull/498)


### 🏭 Refactor

- Call destroy from inside of reset or clean - [#501](https://github.com/bakdata/kpops/pull/501)

- Rename app field - [#506](https://github.com/bakdata/kpops/pull/506)






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

### 🚀 Features
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.1.0"
version = "7.0.0"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <opensource@bakdata.com>"]
license = "MIT"
Expand Down

0 comments on commit 7ffe5d7

Please sign in to comment.