From db42fd36a55fc6e5fdda3fd6278ea7751f11cbdf Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Mon, 17 Jul 2023 18:04:51 +0100 Subject: [PATCH] Updated to reflect release. --- build.gradle | 2 +- docs/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index da12cba..c934a44 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ targetCompatibility = 11 description = 'Structurizr DSL' group = 'com.structurizr' -version = '1.30.3' +version = '1.30.4' test { useJUnitPlatform() diff --git a/docs/changelog.md b/docs/changelog.md index 6197a7c..41e3b39 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## (unreleased to Maven Central) +## 1.30.4 (17th July 2023) - Adds support for more easily including/excluding implied relationships in view definitions (https://github.com/structurizr/dsl/issues/303).