From 8f4348074e8d6f48f55637cbdf61c5d58525bc7a Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Sat, 29 Feb 2020 10:07:19 +0000 Subject: [PATCH] Updated docs to reflect 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 cf55ea1d..fe5aa933 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.3.3 | The core library that can used to create software architecture models. -com.structurizr:structurizr-client:1.3.3 | 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.3.4 | The core library that can used to create software architecture models. +com.structurizr:structurizr-client:1.3.4 | 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 e8678fa1..8a8e7d06 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 1.3.4 (unreleased) +## 1.3.4 (29th February 2020) - Split View.setAutomaticLayout(boolean) to enableAutomaticLayout() and disableAutomaticLayout() (__breaking change__). - Added A1 and A0 paper sizes. diff --git a/docs/getting-started.md b/docs/getting-started.md index 2a254179..d8b264fb 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.3.3 | The Structurizr API client library. +com.structurizr:structurizr-client:1.3.4 | The Structurizr API client library. ## 2. Create a Java program