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

Commit 595fa3d

Browse files
Updated to reflect release.
1 parent 461dbd4 commit 595fa3d

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
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
api 'com.structurizr:structurizr-core:1.27.0'
12+
api 'com.structurizr:structurizr-core:1.28.0'
1313

1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
1515
}

docs/changelog.md

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

3-
## 1.7.0 (unreleased)
3+
## 1.7.0 (19th November 2023)
44

55
- Adds support for SVG images (https://github.com/structurizr/import/issues/10)
66

77
## 1.6.0 (26th October 2023)
88

99
- Fixes https://github.com/structurizr/import/issues/13 (Mermaid diagrams not working).
1010
- Fixes https://github.com/structurizr/import/issues/14 (Date of ADRs can't be changed from UTC)
11+
- Updated dependencies and minimum Java version (17).
1112

1213
## 1.5.0 (25th July 2023)
1314

0 commit comments

Comments
 (0)