Skip to content

Commit

Permalink
Changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Mar 27, 2021
1 parent e5cf486 commit 89bb51b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ please check the latest changes
[spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/common.md).
([#1919](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1919))

* When using OpenTelemetry.Extensions.Hosting you can now bind
`OtlpExporterOptions` to `IConfiguration` using the `Configure` extension (ex:
`services.Configure<OtlpExporterOptions>(this.Configuration.GetSection("Otlp"));`).
([#1942](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1942))

## 1.1.0-beta1

Released 2021-Mar-19
Expand Down

0 comments on commit 89bb51b

Please sign in to comment.