diff --git a/build.gradle b/build.gradle index 227c00c..17fbe1b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,8 @@ repositories { } dependencies { - api 'com.structurizr:structurizr-client:1.18.0' - api 'com.structurizr:structurizr-documentation:1.1.0' + api 'com.structurizr:structurizr-client:1.19.0' + api 'com.structurizr:structurizr-documentation:1.1.1' testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.13' testImplementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.7.22' diff --git a/docs/changelog.md b/docs/changelog.md index 7023555..097664a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 1.24.0 (unreleased) +## 1.24.0 (28th January 2023) - More variables are exposed to scripts, based upon where the script is defined (`element`, `relationship`, `view`). - Improved the "unexpected tokens" error message to include a list of expected tokens.