From a054e8fd00073ae2bf8a055d00aabce83e423183 Mon Sep 17 00:00:00 2001 From: Jamie Danielson Date: Tue, 25 Apr 2023 14:42:53 -0400 Subject: [PATCH] rel: prepare v1.3.1/v0.27.1-beta (#349) ## Which problem is this PR solving? - release of prepare v1.3.1/v0.27.1-beta ## Short description of the changes - update changelog - update main package version to 1.3.1 - update instr package versions to 0.27.1(-beta) --- CHANGELOG.md | 6 ++++++ .../Honeycomb.OpenTelemetry.CommonInstrumentations.csproj | 2 +- ...oneycomb.OpenTelemetry.Instrumentation.AspNetCore.csproj | 2 +- src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1577d5..781d21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # honeycomb-opentelemetry-dotnet changelog +## [1.3.1/0.27.1-beta] - 2023-04-25 + +### Fixes + +- fix: De-bump Npgsql.OpenTelemetry to work with LTS EntityFramework (#348) | [@JamieDanielson](https://github.com/JamieDanielson) + ## [1.3.0/0.27.0-beta] - 2023-03-02 ### !!! Breaking Changes !!! diff --git a/src/Honeycomb.OpenTelemetry.CommonInstrumentations/Honeycomb.OpenTelemetry.CommonInstrumentations.csproj b/src/Honeycomb.OpenTelemetry.CommonInstrumentations/Honeycomb.OpenTelemetry.CommonInstrumentations.csproj index d5eca7c..6852b78 100644 --- a/src/Honeycomb.OpenTelemetry.CommonInstrumentations/Honeycomb.OpenTelemetry.CommonInstrumentations.csproj +++ b/src/Honeycomb.OpenTelemetry.CommonInstrumentations/Honeycomb.OpenTelemetry.CommonInstrumentations.csproj @@ -11,7 +11,7 @@ snupkg - 0.27.0 + 0.27.1 beta Honeycomb.OpenTelemetry.CommonInstrumentations Honeycomb diff --git a/src/Honeycomb.OpenTelemetry.Instrumentation.AspNetCore/Honeycomb.OpenTelemetry.Instrumentation.AspNetCore.csproj b/src/Honeycomb.OpenTelemetry.Instrumentation.AspNetCore/Honeycomb.OpenTelemetry.Instrumentation.AspNetCore.csproj index 8532945..45eefaa 100644 --- a/src/Honeycomb.OpenTelemetry.Instrumentation.AspNetCore/Honeycomb.OpenTelemetry.Instrumentation.AspNetCore.csproj +++ b/src/Honeycomb.OpenTelemetry.Instrumentation.AspNetCore/Honeycomb.OpenTelemetry.Instrumentation.AspNetCore.csproj @@ -11,7 +11,7 @@ snupkg - 0.27.0 + 0.27.1 beta Honeycomb.OpenTelemetry.Instrumentation.AspNetCore Honeycomb diff --git a/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj b/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj index bd58b4d..1c228b1 100644 --- a/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj +++ b/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj @@ -11,7 +11,7 @@ snupkg - 1.3.0 + 1.3.1 Honeycomb.OpenTelemetry Honeycomb Honeycomb's OpenTelemetry SDK