diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e57b067927a..82671d86add 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -16,7 +16,7 @@ // end::list[] // tag::includes[] -include::./changelogs/head.asciidoc[] +include::./changelogs/8.14.asciidoc[] include::./changelogs/8.13.asciidoc[] include::./changelogs/8.12.asciidoc[] include::./changelogs/8.11.asciidoc[] diff --git a/changelogs/8.14.asciidoc b/changelogs/8.14.asciidoc new file mode 100644 index 00000000000..d371b804137 --- /dev/null +++ b/changelogs/8.14.asciidoc @@ -0,0 +1,25 @@ +[[apm-release-notes-8.14]] +== APM version 8.14 + +* <> + +[float] +[[apm-release-notes-8.14.0]] +=== APM version 8.14.0 + +https://github.com/elastic/apm-server/compare/v8.13.2\...v8.14.0[View commits] + +[float] +==== Breaking Changes + +[float] +==== Deprecations + +[float] +==== Intake API Changes + +[float] +==== Added +- OpenTelemetry Distro Name will now be used for `agent.name` and `agent.version` {pull}12940[12940] +- Add support for setting the `host.id` via IntakeV2 {pull}12940[12940] +- Improved error message when tail sampling processor fails to read from subscriber position file {pull}12759[12759] diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc deleted file mode 100644 index 2960ca0b5b5..00000000000 --- a/changelogs/head.asciidoc +++ /dev/null @@ -1,18 +0,0 @@ -[[release-notes-head]] -== APM version HEAD - -https://github.com/elastic/apm-server/compare/8.13\...main[View commits] - -[float] -==== Breaking Changes - -[float] -==== Deprecations - -[float] -==== Intake API Changes - -[float] -==== Added -- OpenTelemetry Distro Name will now be used for `agent.name` and `agent.version` {pull}12940[12940] -- Add support for setting the `host.id` via IntakeV2 {pull}12940[12940] \ No newline at end of file