diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0cdeb84dbe..4523676a8c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -31,6 +31,10 @@ Use subheadings with the "=====" level for adding notes for unreleased changes: === Unreleased +[float] +===== Features +* Added support for correlating APM data with elastic universal profiling data - {pull}3615[#3615], {pull}3602[#3602], {pull}3607[#3607], {pull}3598[#3598] + [float] ===== Bug fixes * Fixed edge case where inferred spans could cause cycles in the trace parent-child relationships, subsequently resulting in the UI crashing - {pull}3588[#3588] diff --git a/apm-agent-core/pom.xml b/apm-agent-core/pom.xml index 5f35f7912d..b542555929 100644 --- a/apm-agent-core/pom.xml +++ b/apm-agent-core/pom.xml @@ -103,7 +103,7 @@ co.elastic.otel jvmti-access - 0.3.0 + 0.3.1