From 67e6b3f9f8dead462d70e40b4558d9db690ba315 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Mon, 7 Jun 2021 12:36:39 +0100 Subject: [PATCH] Updated to reflect release. --- build.gradle | 2 +- docs/changelog.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6691eea..a38ae3e 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile 'com.structurizr:structurizr-client:1.9.4' + compile 'com.structurizr:structurizr-client:1.9.5' compile 'com.structurizr:structurizr-adr-tools:1.3.7' testCompile 'org.junit.jupiter:junit-jupiter-engine:5.6.2' diff --git a/docs/changelog.md b/docs/changelog.md index 2b99cf4..116974a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,10 +1,15 @@ # Changelog -## 1.11.0 (unreleased) +## 1.11.0 (7th June 2021) +- __Breaking change__: Default styles are no longer added; use the `default` theme to add some default styles instead. +- __Breaking change__: Relationship expressions (e.g. * -> *) now need to be surrounded in double quotes. - Support parallel activities in dynamic view (issue #53). - Adds a `tags` keyword for adding tags to elements/relationships. - Adds a `theme` keyword for adding a single theme. +- Adds support to `!include` from a HTTPS URL. +- Adds support for referencing groups by identifier. +- Adds support for extending a workspace. ## 1.10.0 (27th April 2021)