diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0eed17c..56b17699b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version 2.11.2 +- [Fix Sql dependency collection bug in .NET Core 3.0 with Microsoft.Data.SqlClient.](https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/1291) + ## Version 2.11.1 - [Fix Sql dependency parent id to match W3CTraceContext format](https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/1277) - [Fix EventCounters so that it appear as CustomMetrics as opposed to PerformanceCounters.](https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/1280) diff --git a/GlobalStaticVersion.props b/GlobalStaticVersion.props index 008bfd1d2..c5f971f07 100644 --- a/GlobalStaticVersion.props +++ b/GlobalStaticVersion.props @@ -7,7 +7,7 @@ --> 2 11 - 1 + 2