Skip to content

Commit

Permalink
Prepare v1.2.1/0.26.1-beta release (#324)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v1.2.1 / 0.26.1-beta release.

## Short description of the changes
- Adds updates version to 1.2.1 for main distro and 0.26.1 for
instrumentation packages
- Adds changelog entry
  • Loading branch information
MikeGoldsmith authored Nov 22, 2022
1 parent 0260a37 commit c8b23cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# honeycomb-opentelemetry-dotnet changelog

## [1.2.1/0.26.1-beta] - 2022-11-22

### Fixes

- Only add Redis instrumentation if connection found in DI (#323) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)

## [1.2.0/0.26.0-beta] - 2022-11-16

### Enhancements
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.26.0</VersionPrefix>
<VersionPrefix>0.26.1</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<PackageId>Honeycomb.OpenTelemetry.AutoInstrumentations</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.26.0</VersionPrefix>
<VersionPrefix>0.26.1</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.2.0</VersionPrefix>
<VersionPrefix>1.2.1</VersionPrefix>
<PackageId>Honeycomb.OpenTelemetry</PackageId>
<Authors>Honeycomb</Authors>
<Description>Honeycomb's OpenTelemetry SDK</Description>
Expand Down

0 comments on commit c8b23cf

Please sign in to comment.