From 81ac817d89e9bff2fb2b6684d4c5c48a207422fa Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Sun, 28 Mar 2021 14:53:03 +0100 Subject: [PATCH] Updated to reflect release. --- docs/binaries.md | 4 ++-- docs/changelog.md | 3 ++- docs/getting-started.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/binaries.md b/docs/binaries.md index c9ad0147..7939ded9 100644 --- a/docs/binaries.md +++ b/docs/binaries.md @@ -3,5 +3,5 @@ The "Structurizr for Java" binaries are hosted on [Maven Central](https://repo1. Name | Description ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-core:1.9.0 | The core library that can used to create software architecture models. -com.structurizr:structurizr-client:1.9.0 | The API client for publishing models on the Structurizr cloud service and on-premises installation. \ No newline at end of file +com.structurizr:structurizr-core:1.9.1 | The core library that can used to create software architecture models. +com.structurizr:structurizr-client:1.9.1 | The API client for publishing models on the Structurizr cloud service and on-premises installation. \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 30902c63..a087d82c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,8 +1,9 @@ # Changelog -## 1.9.1 (unreleased) +## 1.9.1 (28th March 2021) - Adds a `findTerminology` method on the `Terminology` class. +- `Styles.findElementStyle` better mirrors how the Structurizr web renderer deals with element styling. ## 1.9.0 (20th March 2021) diff --git a/docs/getting-started.md b/docs/getting-started.md index 83ebcd1c..cbd0752c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -12,7 +12,7 @@ The Structurizr for Java binaries are hosted on [Maven Central](https://repo1.ma Name | Description ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-client:1.9.0 | The Structurizr API client library. +com.structurizr:structurizr-client:1.9.1 | The Structurizr API client library. ## 2. Create a Java program