Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Mar 5, 2024
1 parent dba5373 commit a8a6a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This document provides a high-level view of the changes introduced by release.
- When renaming Java classes, rename their references in AsciiDoc documents as well
- Fixed calculation of root paths for multi-module projects (#1558)
- New live template for Golang source code snippets (thanks to @dozer111) (#1553)
- Bump org.asciidoctor:asciidoctorj-diagram to 2.3.0 and PlantUML to 1.2024.3 (#1538)

=== 0.41.8

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ dependencies {

// when updating the versions here, also update them in AsciiDocDownloaderUtil for dynamic download
testImplementation 'org.asciidoctor:asciidoctorj-diagram:2.3.0'
testImplementation 'org.asciidoctor:asciidoctorj-diagram-plantuml:1.2024.3'
testImplementation 'org.asciidoctor:asciidoctorj-pdf:2.3.13'

testImplementation(gradleTestKit())
Expand Down

0 comments on commit a8a6a4c

Please sign in to comment.