Skip to content

Commit

Permalink
Updated for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Feb 16, 2023
1 parent a720492 commit 94826f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subprojects { proj ->

description = 'Structurizr'
group = 'com.structurizr'
version = '1.19.0'
version = '1.20.0'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 1.20.0 (unreleased)
## 1.20.0 (16th February 2023)

- __Breaking change__: Renamed `View` to `ModelView`.
- __Breaking change__: Renamed `com.structurizr.view.View` to `com.structurizr.view.ModelView`.
- Added support for "image views".
- Added a `Window` shape.
- `ThemeUtils.toJson()` now includes the workspace branding logo and font in the resulting theme.
Expand Down

0 comments on commit 94826f9

Please sign in to comment.