Skip to content

Commit

Permalink
Updates version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brown committed Mar 1, 2024
1 parent 586a32b commit 06d25b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subprojects { proj ->

description = 'Structurizr'
group = 'com.structurizr'
version = '2.0.0'
version = '2.1.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased
## 2.1.0 (unreleased)

- structurizr-core: `ViewSet.isEmpty()` was missing a check for image views.
- structurizr-client: Fixes https://github.com/structurizr/java/issues/257 (Serialization to JSON is not deterministic).
Expand Down

0 comments on commit 06d25b8

Please sign in to comment.