diff --git a/README.md b/README.md index 811141d..20894c6 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ This repo includes a number of classes for importing the following into a Structurizr workspace: +- Diagrams from PlantUML, Mermaid, and Kroki. - Supplementary Markdown/AsciiDoc documentation. - Architecture decision records (ADRs). - Images (for use in the above). -This library is available on [Maven Central](https://mvnrepository.com/artifact/com.structurizr/structurizr-documentation), for inclusion in your own Java applications: +This library is available on [Maven Central](https://mvnrepository.com/artifact/com.structurizr/structurizr-import), for inclusion in your own Java applications: - groupId: `com.structurizr` -- artifactId: `structurizr-documentation` +- artifactId: `structurizr-import` diff --git a/docs/changelog.md b/docs/changelog.md index 255d483..22de528 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 (16th February 2023) + +- __Breaking change__: Renamed artifact from `structurizr-documentation` to `structurizr-import`. +- __Breaking change__: Renamed `com.structurizr.documentation.importer` to `com.structurizr.importer.documentation` +- __Breaking change__: Removed templates. + ## 1.1.1 (26th January 2023) - Fixes #3 (Images from hidden folders are imported).