diff --git a/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md b/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md index 1e860da8a393..c15fccdb3c58 100644 --- a/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md +++ b/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md @@ -1,8 +1,6 @@ # Release History -## 1.0.0-beta.8 (Unreleased) - -### Features Added +## 1.0.0-beta.8 (2023-10-05) ### Breaking Changes @@ -12,8 +10,6 @@ Manually adding package references to these instrumentation libraries in an application will cause the internal vendored instrumentation from the distro to be ignored. If users choose to add these references, they must ensure to update their configuration subsequently. This includes incorporating the necessary instrumentation using either TracerProviderBuilder or MeterProviderBuilder. -### Bugs Fixed - ### Other Changes - Vendored the code of instrumentation libraries `OpenTelemetry.Instrumentation.AspNetCore`, `OpenTelemetry.Instrumentation.Http`, and `OpenTelemetry.Instrumentation.SqlClient` from the OpenTelemetry .NET repository.