diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 8538bd976..e6e051b98 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,7 +5,7 @@ This document provides a high-level view of the changes to the {project-name} by release. For a detailed view of what has changed, refer to the {url-repo}/commits/main[commit history] on GitHub. -== Unreleased +== 2.3.19 (2024-10-11) - @mojavelinux Improvements:: @@ -17,6 +17,10 @@ Bug Fixes:: * don't allow AsciiDoc table cell to overrun bottom of page on which it fits (#2538) * don't look for NULL glyph in fallback font as this can impact line height (#2541) +=== Details + +{url-repo}/releases/tag/v2.3.19[git tag] | {url-repo}/compare/v2.3.18\...v2.3.19[full diff] + == 2.3.18 (2024-07-27) - @mojavelinux Bug Fixes:: diff --git a/README.adoc b/README.adoc index e66a5641c..5b1174303 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Asciidoctor PDF: A native PDF converter for AsciiDoc Dan Allen ; Sarah White -v2.3.18, 2024-07-27 +v2.3.19, 2024-10-11 // Settings: :experimental: :idprefix: diff --git a/docs/antora.yml b/docs/antora.yml index 10c826e62..307a36540 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: pdf-converter title: Asciidoctor PDF -version: '2.3' +version: '2.3.19' prerelease: false asciidoc: attributes: diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index 6a7bc9659..db0527f80 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module PDF - VERSION = '2.3.18' + VERSION = '2.3.19' end end