From 04af66cb447a5405e50cfcca7056a638f7351df6 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Sat, 20 Mar 2021 14:26:53 +0000 Subject: [PATCH] Updated docs to reflect new release. --- docs/binaries.md | 4 ++-- docs/changelog.md | 2 +- docs/getting-started.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/binaries.md b/docs/binaries.md index 76f14dec..c9ad0147 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.8.0 | The core library that can used to create software architecture models. -com.structurizr:structurizr-client:1.8.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.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 diff --git a/docs/changelog.md b/docs/changelog.md index 9fe833c2..e45b853e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 1.9.0 (unreleased) +## 1.9.0 (20th March 2021) - Adds support for adding individual infrastructure nodes, software system instances, and container instances to a deployment view. - Adds support for removing software system instances from deployment views. diff --git a/docs/getting-started.md b/docs/getting-started.md index d51dd247..83ebcd1c 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.8.0 | The Structurizr API client library. +com.structurizr:structurizr-client:1.9.0 | The Structurizr API client library. ## 2. Create a Java program