@@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.1.0 ...HEAD )
7+ ## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.2.0-0.21b0 ...HEAD )
88
9- ### Changed
10- - Include span parent in Jaeger gRPC export as ` CHILD_OF ` reference
11- ([ #1809 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1809 )
9+ ## [ 1.2.0, 0.21b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.2.0-0.21b0 ) - 2021-05-11
1210
1311### Added
1412- Added example for running Django with auto instrumentation.
@@ -34,15 +32,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3432 ([ #1810 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1810 ) )
3533- Fixed inconsistency in parent_id formatting from the ConsoleSpanExporter
3634 ([ #1833 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1833 ) )
35+ - Include span parent in Jaeger gRPC export as ` CHILD_OF ` reference
36+ ([ #1809 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1809 )
37+ - Fixed sequence values in OTLP exporter not translating
38+ ([ #1818 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1818 ) )
3739
3840### Removed
3941- Moved ` opentelemetry-instrumentation ` to contrib repository.
4042 ([ #1797 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1797 ) )
4143
42- ### Changed
43- - Fixed sequence values in OTLP exporter not translating
44- ([ #1818 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1818 ) )
45-
4644## [ 1.1.0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.1.0 ) - 2021-04-20
4745
4846### Added
0 commit comments