From 715ecb2e3de08d6d930293da82b16fafdd026758 Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Mon, 6 May 2024 14:25:00 +0200 Subject: [PATCH] chore: clean up changelog --- api/CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 946d39be863..abd66e522bb 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -8,16 +8,20 @@ All notable changes to this project will be documented in this file. ### :rocket: (Enhancement) -* feat(api): allow adding span links after span creation [#4536](https://github.com/open-telemetry/opentelemetry-js/pull/4536) @seemk - * This change is non-breaking for end-users, but breaking for Trace SDK implmentations in accordance with the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/a03382ada8afa9415266a84dafac0510ec8c160f/specification/upgrading.md?plain=1#L97-L122) as new features need to be implemented. -* feat: support node 22 [#4666](https://github.com/open-telemetry/opentelemetry-js/pull/4666) @dyladan - ### :bug: (Bug Fix) ### :books: (Refine Doc) ### :house: (Internal) +## 1.9.0 + +### :rocket: (Enhancement) + +* feat(api): allow adding span links after span creation [#4536](https://github.com/open-telemetry/opentelemetry-js/pull/4536) @seemk + * This change is non-breaking for end-users, but breaking for Trace SDK implementations in accordance with the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/a03382ada8afa9415266a84dafac0510ec8c160f/specification/upgrading.md?plain=1#L97-L122) as new features need to be implemented. +* feat: support node 22 [#4666](https://github.com/open-telemetry/opentelemetry-js/pull/4666) @dyladan + ## 1.8.0 ### :rocket: (Enhancement)