diff --git a/CHANGELOG.md b/CHANGELOG.md index b430b960a4b..9019b9e6143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] -## [0.19.0] - 2020-03-18 +## [0.19.0] - 2021-03-18 ### Added @@ -56,7 +56,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Synchronization issues in global trace delegate implementation. (#1686) - Reduced excess memory usage by global `TracerProvider`. (#1687) -## [0.18.0] - 2020-03-03 +## [0.18.0] - 2021-03-03 ### Added @@ -119,7 +119,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Validate tracestate header keys with vendors according to the W3C TraceContext specification (#1475). (#1581) - The OTLP exporter includes related labels for translations of a GaugeArray (#1563). (#1570) -## [0.17.0] - 2020-02-12 +## [0.17.0] - 2021-02-12 ### Changed @@ -135,7 +135,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - The example code in the README.md of `go.opentelemetry.io/otel/exporters/otlp` is moved to a compiled example test and used the new `WithAddress` instead of `WithEndpoint`. (#1513) - The otel-collector example now uses the default OTLP receiver port of the collector. -## [0.16.0] - 2020-01-13 +## [0.16.0] - 2021-01-13 ### Added