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

Commit

Permalink
Updated for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 26, 2023
1 parent b52e105 commit 1ffd0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
api 'com.structurizr:structurizr-core:1.27.0'
api 'com.structurizr:structurizr-core:1.28.0'

testImplementation 'com.structurizr:structurizr-client:1.25.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
Expand All @@ -23,7 +23,7 @@ targetCompatibility = 17

description = 'Export Structurizr models and views to external formats'
group = 'com.structurizr'
version = '1.17.0'
version = '1.18.0'

test {
useJUnitPlatform()
Expand Down
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## (unreleased)
## 1.18.0 (26th November 2023)

- C4PlantUMLExporter: Fixes #83 (C4Plantuml export renders url property in wrong format).
- Allow `plantuml.includes` property to be defined in individual views (#84).
- Updated dependencies.

## 1.17.0 (27th October 2023)

Expand Down

0 comments on commit 1ffd0f8

Please sign in to comment.