diff --git a/docs/reference/antora.yml b/docs/reference/antora.yml index 0c1efac..7fecd1e 100644 --- a/docs/reference/antora.yml +++ b/docs/reference/antora.yml @@ -1,7 +1,8 @@ name: tracing-extension-reference title: Tracing Extension Guide -version: true -prerelease: true +version: + axon-tracing-(?+({0..9}).+({0..9})).*: $ + master: development start_page: ROOT:index.adoc asciidoc: diff --git a/docs/reference/modules/ROOT/pages/release-notes.adoc b/docs/reference/modules/ROOT/pages/release-notes.adoc new file mode 100644 index 0000000..409e226 --- /dev/null +++ b/docs/reference/modules/ROOT/pages/release-notes.adoc @@ -0,0 +1,11 @@ += Release Notes Tracing Extension +:navtitle: Release notes + +You can find the release notes for the Tracing Extension of version 4.10 below. +For earlier releases, please go to the link:https://legacydocs.axoniq.io/reference-guide/release-notes/rn-extensions/rn-tracing[legacy documentation]. + +== Release 4.10 + +Upgrades the Tracing Extension to be compatible with Axon Framework 4.10.0, and updates various dependencies. + +See the link:https://github.com/AxonFramework/extension-tracing/releases/tag/axon-tracing-4.10.0[GitHub release notes] for an exhaustive list of all changes. \ No newline at end of file diff --git a/docs/reference/modules/nav.adoc b/docs/reference/modules/nav.adoc index 7df35ff..3080c2d 100644 --- a/docs/reference/modules/nav.adoc +++ b/docs/reference/modules/nav.adoc @@ -1,2 +1,2 @@ -* xref::index.adoc[] -** xref::config.adoc[] \ No newline at end of file +* xref::config.adoc[] +* xref::release-notes.adoc[]