diff --git a/build.gradle b/build.gradle index 21a4557..bd7fb13 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ defaultTasks 'clean', 'build', 'getDeps', 'buildZip' description = 'Structurizr CLI' group = 'com.structurizr' -version = '1.32.1' +version = '1.33.0' sourceCompatibility = '11' targetCompatibility = '11' @@ -17,7 +17,7 @@ repositories { dependencies { - implementation 'com.structurizr:structurizr-dsl:1.31.1' + implementation 'com.structurizr:structurizr-dsl:1.32.0' implementation 'com.structurizr:structurizr-export:1.16.0' implementation 'io.github.goto1134:structurizr-d2-exporter:1.5.2' implementation 'com.structurizr:structurizr-graphviz:2.2.0' diff --git a/docs/changelog.md b/docs/changelog.md index 72a388d..f447371 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 1.33.0 (29th July 2023) + +- structurizr/dsl: Updated to 1.32.0 - [changelog](https://github.com/structurizr/dsl/releases/tag/v1.32.0). +- goto1134/structurizr-d2-exporter: Updated to 1.5.2 - [changelog](https://github.com/goto1134/structurizr-d2-exporter/releases/tag/v1.5.2). + ## 1.32.1 (27th July 2023) - structurizr/dsl: Updated to 1.31.1 - [changelog](https://github.com/structurizr/dsl/releases/tag/v1.31.1).