Skip to content

Commit

Permalink
bump: version 0.11.10 → 0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2023
1 parent 9dab998 commit 17be63a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.11.11 (2023-07-25)

### Fix

- race condition when creating metrics at the same time that a stream is removed (#121)
- consumer committed metrics should use committed and not last_stable_offset (#120)

## 0.11.10 (2023-07-25)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kstreams"
version = "0.11.10"
version = "0.11.11"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -70,7 +70,7 @@ profile = "black"
known_first_party = ["kstreams", "tests", "examples"]

[tool.commitizen]
version = "0.11.10"
version = "0.11.11"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 17be63a

Please sign in to comment.