summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-09-04 16:01:20 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-09-04 16:01:20 -0600
commitb808619d7b5ac98a7629a21c81a107703968a418 (patch)
treed090ad621a4c69853245bfea9e63b05d10102e8b
parent5eb7c6c1af97a167593ff87ea1a6cd004a948c61 (diff)
Release 1.6.1v1.6.1
-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 94534c80..6d62a1a5 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/v1.6.x[commit history] on GitHub.
-== Unreleased
+== 1.6.1 (2021-09-04) - @mojavelinux
Enhancements::
diff --git a/README.adoc b/README.adoc
index 45239254..48475589 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.6.1, 2021-09-04
// Settings:
:experimental:
:idprefix:
@@ -23,7 +24,7 @@ endif::[]
:project-handle: asciidoctor-pdf
// Variables:
:release-line: 1.6.x
-:release-version: 1.6.0
+:release-version: 1.6.1
// 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 5b6353a4..3e269bee 100644
--- a/lib/asciidoctor/pdf/version.rb
+++ b/lib/asciidoctor/pdf/version.rb
@@ -2,7 +2,7 @@
module Asciidoctor
module PDF
- VERSION = '1.6.1.dev'
+ VERSION = '1.6.1'
end
Pdf = PDF unless const_defined? :Pdf, false
end