diff --git a/build.gradle b/build.gradle index d543a31..7c058cb 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - api 'com.structurizr:structurizr-core:1.27.0' + api 'com.structurizr:structurizr-core:1.28.0' testImplementation 'com.structurizr:structurizr-client:1.25.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2' @@ -23,7 +23,7 @@ targetCompatibility = 17 description = 'Export Structurizr models and views to external formats' group = 'com.structurizr' -version = '1.17.0' +version = '1.18.0' test { useJUnitPlatform() diff --git a/docs/changelog.md b/docs/changelog.md index 68066de..110fb51 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,9 +1,10 @@ # Changelog -## (unreleased) +## 1.18.0 (26th November 2023) - C4PlantUMLExporter: Fixes #83 (C4Plantuml export renders url property in wrong format). - Allow `plantuml.includes` property to be defined in individual views (#84). +- Updated dependencies. ## 1.17.0 (27th October 2023)