summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--README.adoc3
-rw-r--r--lib/asciidoctor/pdf/version.rb2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 511294c4..a25c357d 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 {uri-repo}/commits/master[commit history] on GitHub.
-== Unreleased
+== 1.5.0.beta.8 (2019-11-23) - @mojavelinux
* automatically hyphenate prose using the text-hyphen gem if the `hyphens` document attribute is set (#20)
* set hyphenation language using the `hyphens` attribute value, falling back to the `lang` attribute (#20)
diff --git a/README.adoc b/README.adoc
index 8970c1cf..998e75ce 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,5 +1,6 @@
= Asciidoctor PDF: A native PDF converter for AsciiDoc
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
+v1.5.0.beta.8, 2019-11-23
// Settings:
:experimental:
:idprefix:
@@ -22,7 +23,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
-:release-version: 1.5.0.beta.7
+:release-version: 1.5.0.beta.8
// URIs:
:url-asciidoctor: http://asciidoctor.org
:url-gem: http://rubygems.org/gems/asciidoctor-pdf
diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb
index dafd25d9..7f411b7d 100644
--- a/lib/asciidoctor/pdf/version.rb
+++ b/lib/asciidoctor/pdf/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Asciidoctor
module PDF
- VERSION = '1.5.0.rc.1.dev'
+ VERSION = '1.5.0.beta.8'
end
Pdf = PDF unless const_defined? :Pdf, false
end