From 8cc299281104c68077e2453590827bd0b2d166b6 Mon Sep 17 00:00:00 2001 From: Armin Ruech Date: Thu, 28 Sep 2023 16:46:57 +0200 Subject: [PATCH] Prepare v0.22.0 release --- semantic-conventions/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/semantic-conventions/CHANGELOG.md b/semantic-conventions/CHANGELOG.md index 26be0a24..be9ba3f3 100644 --- a/semantic-conventions/CHANGELOG.md +++ b/semantic-conventions/CHANGELOG.md @@ -4,11 +4,15 @@ Please update the changelog as part of any significant pull request. ## Unreleased +## v0.22.0 + - When an attribute is referenced using `ref:` from a group that already inherits the attribute with `extends:`, resolve the reference to the closest inherited attribute instead of the primary definition. This makes a difference in case the inherited reference overwrites any properties. ([#204](https://github.com/open-telemetry/build-tools/pull/204)) - Sort attributes by name ([#205](https://github.com/open-telemetry/build-tools/pull/205)) - +- Fix referencing template attributes + ([#206](https://github.com/open-telemetry/build-tools/pull/206)) + ## v0.21.0 - Render template-type attributes from yaml files