From e676975e5bf4b345ed6bca3748854c0767407a23 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Tue, 4 Jul 2023 12:09:04 +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 0995b5e..da12cba 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ targetCompatibility = 11 description = 'Structurizr DSL' group = 'com.structurizr' -version = '1.30.2' +version = '1.30.3' test { useJUnitPlatform() diff --git a/docs/changelog.md b/docs/changelog.md index 3505337..89d4ebd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## (unreleased to Maven Central) +## 1.30.3 (4th July 2023) - Fixes https://github.com/structurizr/dsl/issues/289 (Cannot invoke "Object.equals(Object)" because "r" is null).