diff --git a/build.gradle b/build.gradle index 67ddc8b..d543a31 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - api 'com.structurizr:structurizr-core:1.25.0' + api 'com.structurizr:structurizr-core:1.27.0' testImplementation 'com.structurizr:structurizr-client:1.25.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2' diff --git a/docs/changelog.md b/docs/changelog.md index 848ce4f..90dac7a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 1.17.0 (unreleased) +## 1.17.0 (27th October 2023) - C4PlantUMLExporter: Adds support for border style and stroke width (#73). - C4PlantUMLExporter: Adds support for sequence diagrams (#66).