Skip to content

Commit

Permalink
Bump version 7.0.0 → 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Aug 15, 2024
1 parent 887d766 commit 264a404
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Changelog
## [7.1.0](https://github.com/bakdata/kpops/releases/tag/7.1.0) - Release Date: [2024-08-15]

### 🧪 Dependencies

- Update pytest - [#527](https://github.com/bakdata/kpops/pull/527)


### 🏭 Refactor

- Improve incomplete type hints - [#515](https://github.com/bakdata/kpops/pull/515)

- Fallback to user defined model when the validation of cluster model fails - [#521](https://github.com/bakdata/kpops/pull/521)

- Replace kubernetes-asyncio with lightkube - [#517](https://github.com/bakdata/kpops/pull/517)


### 🌀 Miscellaneous

- Fix incorrect parameter type annotation - [#523](https://github.com/bakdata/kpops/pull/523)






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

### 🏗️ Breaking changes
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 = "7.0.0"
version = "7.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 264a404

Please sign in to comment.