From cd603c07a524366db0c71da444b1da211a0177f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20F=C3=B6rster?= Date: Wed, 29 Mar 2023 10:44:15 +0200 Subject: [PATCH] Bump version to 11.0.2 --- CHANGELOG.md | 9 ++++++++- dc-model-jackson/pom.xml | 2 +- dc-model/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc629cb7..90f1002d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dc-model-jackson/pom.xml b/dc-model-jackson/pom.xml index 129ebb1c..ff6cf247 100644 --- a/dc-model-jackson/pom.xml +++ b/dc-model-jackson/pom.xml @@ -6,7 +6,7 @@ de.digitalcollections.model dc-model-parent - 11.0.1 + 11.0.2 DigitalCollections: Model (Jackson) diff --git a/dc-model/pom.xml b/dc-model/pom.xml index b1d76cc9..847f383c 100644 --- a/dc-model/pom.xml +++ b/dc-model/pom.xml @@ -6,7 +6,7 @@ de.digitalcollections.model dc-model-parent - 11.0.1 + 11.0.2 DigitalCollections: Model (Model) diff --git a/pom.xml b/pom.xml index c2780c4c..f035e431 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.digitalcollections.model dc-model-parent - 11.0.1 + 11.0.2 pom