Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 51fc8d2

Browse files
Updated for release.
1 parent 6a23dcb commit 51fc8d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ targetCompatibility = 11
2727

2828
description = 'Structurizr DSL'
2929
group = 'com.structurizr'
30-
version = '1.30.1'
30+
version = '1.30.2'
3131

3232
test {
3333
useJUnitPlatform()

docs/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## (unreleased)
3+
## 1.30.2 (20th June 2023)
44

55
- Fixes https://github.com/structurizr/dsl/issues/242 (deploymentViews hierarchical identifiers issue).
6+
- Makes `StructurizrDslPluginContext` constructor public to allow for unit testing.
67

78
## 1.30.1 (5th April 2023)
89

0 commit comments

Comments
 (0)