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