Skip to content

Commit

Permalink
rel: Prepare 1.4.0/0.28.0-beta release (#367)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release of the stable distro and the beta
instrumentation packabes.

## Short description of the changes
- Add changelog entry
- Update distro package to 1.4.0
- Update AspNetCore and CommonInstrumentations packages to 0.28.0
  • Loading branch information
MikeGoldsmith authored Feb 28, 2024
1 parent 058595e commit 9a876a2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# honeycomb-opentelemetry-dotnet changelog

## [1.4.0/0.28.0-beta] - 2024-02-27

### Maintenance

- docs: Update README with details on SDK builder overwriting issue (#351) | @MikeGoldsmith
- maint: Bump OpenTelemetry dependencies (#365) | @MikeGoldsmith
- maint: update codeowners to pipeline-team (#363) | @JamieDanielson
- maint: update codeowners to pipeline (#362) | @JamieDanielson
- maint: Bump Microsoft.Extensions.Configuration from 6.0.0 to 7.0.0 (#330) | @dependabot
- maint(deps): bump System.Text.Json from 7.0.2 to 7.0.3 (#360) | @dependabot
- maint(deps): bump coverlet.collector from 3.2.0 to 6.0.1 (#366) | @dependabot
- maint(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.3 (#359) | @dependabot
- maint(deps): bump OpenTelemetry.Instrumentation.EntityFrameworkCore from 1.0.0-beta.5 to 1.0.0-beta.6 (#346) | @dependabot
- maint(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#344) | @dependabot
- maint(deps): bump System.Text.Json from 7.0.0 to 7.0.2 (#343) | @dependabot

## [1.3.1/0.27.1-beta] - 2023-04-25

### Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<!-- NuGet packaging properties -->
<VersionPrefix>0.27.1</VersionPrefix>
<VersionPrefix>0.28.0</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<PackageId>Honeycomb.OpenTelemetry.CommonInstrumentations</PackageId>
<Authors>Honeycomb</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<!-- NuGet packaging properties -->
<VersionPrefix>0.27.1</VersionPrefix>
<VersionPrefix>0.28.0</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<PackageId>Honeycomb.OpenTelemetry.Instrumentation.AspNetCore</PackageId>
<Authors>Honeycomb</Authors>
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>1.3.1</VersionPrefix>
<VersionPrefix>1.4.0</VersionPrefix>
<PackageId>Honeycomb.OpenTelemetry</PackageId>
<Authors>Honeycomb</Authors>
<Description>Honeycomb's OpenTelemetry SDK</Description>
Expand Down

0 comments on commit 9a876a2

Please sign in to comment.