diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 49985450..fefde0da 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,6 +13,8 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co == Unreleased +== v2.2.6 (2024-02-09) + Improvements:: * Push Asiidoctor header metadata (author(s), conversion time and title) to maven-site pages (#769) diff --git a/README.adoc b/README.adoc index 831144e6..27b9534f 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Asciidoctor Maven Plugin // Metadata -:release-version: 2.2.5 +:release-version: 2.2.6 :docs-version: 2.2 :maven-site-plugin-version: 3.12.1 // Settings @@ -61,6 +61,8 @@ ifeval::['{tag}' == 'main'] You're viewing the documentation for the upcoming release. If you're looking for the documentation for an older release, please refer to one of the following tags: + +{uri-repo}/tree/asciidoctor-maven-plugin-2.2.5#readme[2.2.5] +⁃ {uri-repo}/tree/asciidoctor-maven-plugin-2.2.4#readme[2.2.4] ⁃ {uri-repo}/tree/asciidoctor-maven-plugin-2.2.3#readme[2.2.3] diff --git a/docs/antora.yml b/docs/antora.yml index 68f91000..4e1941a2 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -3,7 +3,7 @@ title: Maven Tools version: '2.2' asciidoc: attributes: - release-version: 2.2.5 + release-version: 2.2.6 project-repo: asciidoctor/asciidoctor-maven-plugin uri-asciidoc: https://asciidoc.org uri-asciidoctor: https://asciidoctor.org