diff --git a/CHANGELOG.md b/CHANGELOG.md index 173abf88f4..1c4166261e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#3022](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3022)) - Replace all instrumentor unit test `assertEqualSpanInstrumentationInfo` calls with `assertEqualSpanInstrumentationScope` calls ([#3037](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3037)) +- `opentelemetry-instrumentation-psycopg2`: fix AttributeError at `instrument_connection` + ([#3043](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3043)) ### Breaking changes