From 016986faa7d08b63e04f0dd235537390a0eb605a Mon Sep 17 00:00:00 2001 From: Brad Topol Date: Fri, 15 Apr 2022 20:52:51 -0400 Subject: [PATCH] Updated PR number in CHANGELOG Signed-off-by: Brad Topol --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b500981d32a..75768d9f192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added - Add the `go.opentelemetry.io/otel/semconv/v1.9.0` package. - The package contains semantic conventions from the `v1.9.0` version of the OpenTelemetry specification. (#xxxx) + The package contains semantic conventions from the `v1.9.0` version of the OpenTelemetry specification. (#2792) - The metrics global package was added back into several test files. (#2764) - The `Meter` function is added back to the `go.opentelemetry.io/otel/metric/global` package. This function is a convenience function equivalent to calling `global.MeterProvider().Meter(...)`. (#2750)