Skip to content

Commit

Permalink
Bump version to 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daforster committed Mar 29, 2023
1 parent 6f2d15d commit cd603c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.0.1](https://github.com/dbmdz/digitalcollections-model/releases/tag/11.0.0) - 2022-08-22
## [11.0.2](https://github.com/dbmdz/digitalcollections-model/releases/tag/11.0.2) - 2023-03-29

### Fixed

- Do not serialize empty collections (empty JSON array)
- Initialised properties of a collection type with empty collections, with capacity of `0`

## [11.0.1](https://github.com/dbmdz/digitalcollections-model/releases/tag/11.0.1) - 2022-08-22

### Changed

Expand Down
2 changes: 1 addition & 1 deletion dc-model-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model-parent</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
</parent>

<name>DigitalCollections: Model (Jackson)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model-parent</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
</parent>

<name>DigitalCollections: Model (Model)</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model-parent</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit cd603c0

Please sign in to comment.