From eba80463bfca7cd2a1d29e225ee28ad5ee88992f Mon Sep 17 00:00:00 2001 From: Weyert de Boer Date: Mon, 24 Oct 2022 14:39:01 +0100 Subject: [PATCH] chore: add entry to CHANGELOG.md file --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd49b70d8..646692cb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file. ## Unreleased -* doc: Added Metrics documentation [#1745](https://github.com/open-telemetry/opentelemetry-js/pull/1745) @weyert - ### :boom: Breaking Change ### :rocket: (Enhancement) @@ -21,6 +19,7 @@ All notable changes to this project will be documented in this file. [#3295](https://github.com/open-telemetry/opentelemetry-js/issues/3295) ### :books: (Refine Doc) +* doc: Added Metrics documentation [#1745](https://github.com/open-telemetry/opentelemetry-js/pull/1745) @weyert ### :house: (Internal)