From b43e9b18b76abf3ee040164b55b9c355217151f3 Mon Sep 17 00:00:00 2001 From: Joshua MacDonald Date: Thu, 7 Oct 2021 13:18:19 -0700 Subject: [PATCH] Release 0.11 (#338) * Release 0.11 * Add Changelog entry for the new *Data types * Apply suggestions from code review Co-authored-by: Reiley Yang * Update CHANGELOG.md Co-authored-by: Armin Ruech * set release date to today Co-authored-by: Reiley Yang Co-authored-by: Bogdan Drutu Co-authored-by: Bogdan Drutu Co-authored-by: Armin Ruech --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4985bc335..870329ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.10.0...v0.11.0) +Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.11.0...main). ### Maturity @@ -14,12 +14,22 @@ Full list of differences found in [this compare.](https://github.com/open-teleme ### Added -* ExponentialHistogram is a base-2 exponential histogram described in [OTEP 149](https://github.com/open-telemetry/oteps/pull/149). +* Remove if no changes for this section before release. ### Removed * Remove if no changes for this section before release. +## 0.11.0 - 2021-10-07 + +Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.10.0...v0.11.0). + +### Added + +* ExponentialHistogram is a base-2 exponential histogram described in [OTEP 149](https://github.com/open-telemetry/oteps/pull/149). (#322) +* Adds `TracesData`, `MetricsData`, and `LogsData` container types for common use + in transporting multiple `ResourceSpans`, `ResourceMetrics`, and `ResourceLogs`. (#332) + ## 0.10.0 - 2021-09-07 Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.9.0...v0.10.0)