Skip to content

Commit

Permalink
BUMP: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2024
1 parent 1c80551 commit b7cb9c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 0.4.0 (2024-10-02)

### BREAKING CHANGES

- Introduce otel middleware and require kstream >= 0.17

## 0.3.0 (2024-09-30)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> OTEL for kstreams
Version: `0.3.0`
Version: `0.4.0`

> [!IMPORTANT]
> This instrumentation works only with [ksterams middlewares](https://kpn.github.io/kstreams/middleware/) after `v0.17.0`
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 = "opentelemetry-instrumentation-kstreams"
version = "0.3.0"
version = "0.4.0"
description = "OTEL for kstreams"
authors = ["Santiago Fraire Willemoes <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/opentelemetry_instrumentation_kstreams/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit b7cb9c4

Please sign in to comment.