From 30b3113225b915fc17700f815857a68d1ab91abe Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Thu, 19 Dec 2024 09:11:41 -0800 Subject: [PATCH] Move the changelog guard Something missed in the last release. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd817ab8e9f..9225c0a2741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Generate server metrics with semantic conventions v1.26 in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` when `OTEL_SEMCONV_STABILITY_OPT_IN` is set to `http/dup`. (#6411) + + + ## [1.33.0/0.58.0/0.27.0/0.13.0/0.8.0/0.6.0/0.5.0] - 2024-12-12 ### Added @@ -42,9 +45,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm The `code.namespace` attribute now stores the package path. (#6423) - Return an error for `nil` values when unmarshaling `NameStringValuePair` in `go.opentelemetry.io/contrib/config`. (#6425) - - - ## [1.32.0/0.57.0/0.26.0/0.12.0/0.7.0/0.5.0/0.4.0] - 2024-11-08 ### Added