From 51fc8d2b52dd92285dc34bab45c86b6b2f7abec3 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Tue, 20 Jun 2023 10:09:31 +0100 Subject: [PATCH] Updated for release. --- build.gradle | 2 +- docs/changelog.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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)