diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 8b5258e90..0040b4139 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -30,3 +30,5 @@ include::./api.asciidoc[API documentation] include::./upgrading.asciidoc[Upgrading from previous versions] include::./tuning.asciidoc[Tuning and Overhead considerations] + +include::./release-notes.asciidoc[Release notes] diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc new file mode 100644 index 000000000..7661a83bd --- /dev/null +++ b/docs/release-notes.asciidoc @@ -0,0 +1,4 @@ +[[release-notes]] +== Release notes + +Release notes are published in the https://github.com/elastic/apm-agent-python/blob/master/CHANGELOG.md[changelog].