diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1f37cf4d..afde4eb7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,17 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## Version 1.34.0/0.55b0 (2025-06-04) - ### Fixed - `opentelemetry-resource-detector-containerid`: make it more quiet on platforms without cgroups ([#3579](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3579)) -### Added - -- `opentelemetry-instrumentation-aiokafka` Add instrumentation of `consumer.getmany` (batch) - ([#3257](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3257)) +## Version 1.34.0/0.55b0 (2025-06-04) ### Fixed @@ -78,7 +73,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#3513](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3513)) - `opentelemetry-instrumentation` Allow re-raising exception when instrumentation fails ([#3545](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3545)) - +- `opentelemetry-instrumentation-aiokafka` Add instrumentation of `consumer.getmany` (batch) + ([#3257](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3257)) + ### Deprecated - Drop support for Python 3.8, bump baseline to Python 3.9.