[release] Prepare release coreunstable-1.10.0-beta.1 (#5971)

This commit is contained in:
OpenTelemetry Bot 2024-11-12 15:52:15 -06:00 committed by GitHub
parent 60a683986a
commit a5fa611774
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-beta.1
Released 2024-Nov-12
* Added meter-level tags to Prometheus exporter
([#5837](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5837))

View File

@ -7,6 +7,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-beta.1
Released 2024-Nov-12
* Added meter-level tags to Prometheus exporter
([#5837](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5837))

View File

@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-beta.1
Released 2024-Nov-12
* Fixed an issue causing all tag values added via the `ISpanBuilder` API to be
converted to strings on the `ISpan` started from the builder.
([#5797](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5797))