Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Kiełkowicz <[email protected]>
  • Loading branch information
ppittle and Kielek committed Dec 13, 2024
1 parent b94faca commit 68b455e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Instrumentation.AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

* Introduce `AWSClientInstrumentationOptions.SemanticConventionVersion` which
provides a mechanism for developers to opt-in to newer versions of the
of the Open Telemetry Semantic Conventions. ([#2367](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2367))
of the Open Telemetry Semantic Conventions.
([#2367](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2367))

## 1.10.0-beta.2

Expand Down
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

* Introduce `AWSClientInstrumentationOptions.SemanticConventionVersion` which
provides a mechanism for developers to opt-in to newer versions of the
of the Open Telemetry Semantic Conventions. ([#2367](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2367))

of the Open Telemetry Semantic Conventions.
([#2367](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2367))

Check failure on line 8 in src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-md / run-markdownlint

Lists should be surrounded by blank lines

src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md:8 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "([#2367](https://github.com/op..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
## 1.10.0-beta.2

Check failure on line 9 in src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-md / run-markdownlint

Headings should be surrounded by blank lines

src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md:9 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "## 1.10.0-beta.2"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md

Released 2024-Dec-12
Expand Down
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Resources.AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

* Introduce `AWSResourceBuilderOptions.SemanticConventionVersion` which
provides a mechanism for developers to opt-in to newer versions of the
of the Open Telemetry Semantic Conventions. ([#2367](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2367))
of the Open Telemetry Semantic Conventions.
([#2367](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2367))

* Drop support for .NET 6 as this target is no longer supported
and add .NET Standard 2.0 target.
Expand Down

0 comments on commit 68b455e

Please sign in to comment.