diff --git a/build.gradle b/build.gradle index dd106ae..0995b5e 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ targetCompatibility = 11 description = 'Structurizr DSL' group = 'com.structurizr' -version = '1.30.1' +version = '1.30.2' test { useJUnitPlatform() diff --git a/docs/changelog.md b/docs/changelog.md index cfc3e7d..35768fe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,8 +1,9 @@ # Changelog -## (unreleased) +## 1.30.2 (20th June 2023) - Fixes https://github.com/structurizr/dsl/issues/242 (deploymentViews hierarchical identifiers issue). +- Makes `StructurizrDslPluginContext` constructor public to allow for unit testing. ## 1.30.1 (5th April 2023)