changelog

This commit is contained in:
Leighton Chen 2022-04-15 10:30:10 -07:00
parent 322ce45684
commit 603a7e35bf
2 changed files with 40 additions and 38 deletions

View File

@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.10.0-0.29b0...HEAD) ## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.11.0-0.30b0...HEAD)
## [1.11.0-0.30b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.11.0-0.30b0) - 2022-04-15
### Fixed ### Fixed
- `opentelemetry-instrumentation-pyramid` Fixed which package is the correct caller in _traced_init. - `opentelemetry-instrumentation-pyramid` Fixed which package is the correct caller in _traced_init.