From c47e341ab8ee941b0e9a8d58713b967ab5dda9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Thu, 17 Apr 2025 10:36:45 -0300 Subject: [PATCH] Update CHANGELOG.md (#3430) --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85876a180..720d2fccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -- `opentelemetry-instrumentation-asyncio` Fix duplicate instrumentation. - ([[#3383](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3383)]) - ### Added ### Fixed @@ -21,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `opentelemetry-instrumentation` Catch `ModuleNotFoundError` when the library is not installed and log as debug instead of exception ([#3423](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3423)) +- `opentelemetry-instrumentation-asyncio` Fix duplicate instrumentation + ([#3383](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3383)) ## Version 1.32.0/0.53b0 (2025-04-10)