Skip to content

Commit

Permalink
Prepare v0.22.0 release (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru committed Oct 2, 2023
1 parent 58f5187 commit 370e8f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 370e8f4

Please sign in to comment.