diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 69f43f915..6c9cae61e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -21,6 +21,22 @@ endif::[] [[release-notes-1.x]] === .NET Agent version 1.x +[[release-notes-1.5.0]] +==== 1.5.0 + +[float] +===== Features +- Auto instrumentation for `SqlClient` (<>) +- Introducing Filter API {pull}792[#792] (<>) +- Auto-detect culprit for exceptions {pull}740[#740] +- New config settings: `ExcludedNamespaces`, `ApplicationNamespaces` (<>) +- Keep `Activity.Current.TraceId` in sync with the Trace ID used by the agent {pull}800[#800] +- Report Kubernetes system metadata {pull}741[#741] + +[float] +===== Bug fixes +- Database connection string parsing issue with Oracle {pull}795[#795] + [[release-notes-1.4.0]] ==== 1.4.0 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 69a2c6efd..f47e5b10c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,11 +2,11 @@ - 1.4.0 - 1.4.0 - 1.4.0 + 1.5.0 + 1.5.0 + 1.5.0 - 1.4.0 + 1.5.0 Elastic and contributors 2020 Elasticsearch BV https://github.com/elastic/apm-agent-dotnet/blob/master/LICENSE