Skip to content

Commit

Permalink
prepare 0.22.0-beta release (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Jul 1, 2022
1 parent 60ec679 commit 5320410
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# honeycomb-opentelemetry-dotnet changelog

## [0.22.0-beta] - 2022-07-01

### Enhancements

- Add OTLP version to headers (HTTP & gRPC) (#205) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)

### Maintenance

- Update README to point to docs website for setup instructions (#208) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
- Bump otel dependencies #213 | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 (#195)

## [0.21.0-beta] - 2022-04-14

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<!-- NuGet packaging properties -->
<VersionPrefix>0.21.0</VersionPrefix>
<VersionPrefix>0.22.0</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<PackageId>Honeycomb.OpenTelemetry</PackageId>
<Authors>Honeycomb</Authors>
Expand Down

0 comments on commit 5320410

Please sign in to comment.