Skip to content

Commit

Permalink
Merge pull request #1176 from robertpanzer/release-2.5.8
Browse files Browse the repository at this point in the history
Release 2.5.8
  • Loading branch information
robertpanzer committed Apr 15, 2023
2 parents a7b12ea + 71b2523 commit 6519576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.adoc
Expand Up @@ -13,6 +13,8 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== Unreleased

== 2.5.8 (2023-04-15)

Improvement::

* Add 'standalone' option, deprecates 'headerFooter' (#1160) (@abelsromero)
Expand All @@ -21,6 +23,7 @@ Improvement::
Bug Fixes::

* Fix destinationDir not having effect. Deprecate destinationDir in favour of toDir (#853, #941) (@abelsromero)
* Fix ConcurrentModificationException when converting to stream concurrently (#1158) (@rocketraman)

== 2.5.7 (2022-10-21)

Expand All @@ -30,9 +33,6 @@ Improvement::
* Upgrade to asciidoctorj-diagram 2.2.4 (#1140)
* Upgrade to jruby 9.3.10.0 (#1138) (@alexlevinfr)

Bug Fixes::

* Fix ConcurrentModificationException when converting to stream concurrently (#1158) (@rocketraman)

Build / Infrastructure::

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
version=2.5.8-SNAPSHOT
version=2.5.8
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 comments on commit 6519576

Please sign in to comment.