diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c1be3903..18ae27075b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added +- `opentelemetry-instrumentation-botocore` add support for `messaging.*` in the sqs extension. + ([#1350](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1350)) + ### Fixed - Fix bug in Urllib instrumentation - add status code to span attributes only if the status code is not None.