diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 8f38512a7..e0f8c6938 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.7 (2019-10-29) - @mojavelinux * fix value of implicit page-count attribute when page numbering and running content don't start on same page (#1334) * fix value of implicit chapter-title attribute on preface pages (#1340) diff --git a/README.adoc b/README.adoc index cbbfbcdc1..695ccdfa0 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ = Asciidoctor PDF: A native PDF converter for AsciiDoc Dan Allen ; Sarah White +v1.5.0.beta.7, 2019-10-29 // Settings: :experimental: :idprefix: @@ -23,7 +24,7 @@ endif::[] :project-name: Asciidoctor PDF :project-handle: asciidoctor-pdf // Variables: -:release-version: 1.5.0.beta.6 +:release-version: 1.5.0.beta.7 // 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 dafd25d96..e52b3a322 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.7' end Pdf = PDF unless const_defined? :Pdf, false end