From b7cb9c4a35ee93199c9c79278152f39c11799127 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Oct 2024 12:23:01 +0000 Subject: [PATCH] =?UTF-8?q?BUMP:=20version=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pyproject.toml | 2 +- src/opentelemetry_instrumentation_kstreams/version.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4aaf4..67bf2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 09ab596..9996b71 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/pyproject.toml b/pyproject.toml index aad2cf5..635f3ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/src/opentelemetry_instrumentation_kstreams/version.py b/src/opentelemetry_instrumentation_kstreams/version.py index 493f741..6a9beea 100644 --- a/src/opentelemetry_instrumentation_kstreams/version.py +++ b/src/opentelemetry_instrumentation_kstreams/version.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.4.0"