Skip to content

Commit

Permalink
Updated docs to reflect new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 20, 2021
1 parent bac064e commit 04af66c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 04af66c

Please sign in to comment.