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 149ae495..2e41dc0d 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.1 (2019-07-08) - @mojavelinux
* rename pdf-style and pdf-stylesdir attributes to pdf-theme and pdf-themesdir, respectively (while still honoring the old names for compatibility) (#1127)
* don't load fallback font by default; move fallback font to default-with-fallback-font theme
diff --git a/README.adoc b/README.adoc
index 2c83fb51..cbfe381d 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.1, 2019-07-08
// Settings:
:experimental:
:idprefix:
@@ -23,7 +24,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
-:release-version: 1.5.0.alpha.18
+:release-version: 1.5.0.beta.1
// URIs:
:uri-asciidoctor: http://asciidoctor.org
:uri-gem: http://rubygems.org/gems/asciidoctor-pdf
diff --git a/lib/asciidoctor-pdf/version.rb b/lib/asciidoctor-pdf/version.rb
index 5725c81b..18672c62 100644
--- a/lib/asciidoctor-pdf/version.rb
+++ b/lib/asciidoctor-pdf/version.rb
@@ -1,6 +1,6 @@
module Asciidoctor
module PDF
- VERSION = '1.5.0.beta.1.dev'
+ VERSION = '1.5.0.beta.1'
end
Pdf = PDF unless const_defined? :Pdf, false
end