diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b65f57e..3137899e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.1](https://github.com/dbmdz/digitalcollections-model/releases/tag/10.0.1) - 2022-06-20 + +### Changed + +- Readd missing field `targetEntityType` + +## [10.0.0](https://github.com/dbmdz/digitalcollections-model/releases/tag/10.0.0) - 2022-06-07 + ### Added - Added `IdentifiableObjectType` enumeration to specify all types of `Identifiable`s diff --git a/dc-model-jackson/pom.xml b/dc-model-jackson/pom.xml index 4648c3d3..7ed6b35a 100644 --- a/dc-model-jackson/pom.xml +++ b/dc-model-jackson/pom.xml @@ -6,7 +6,7 @@ de.digitalcollections.model dc-model-parent - 10.0.0 + 10.0.1 DigitalCollections: Model (Jackson) diff --git a/dc-model/pom.xml b/dc-model/pom.xml index a40ef43f..445d7853 100644 --- a/dc-model/pom.xml +++ b/dc-model/pom.xml @@ -6,7 +6,7 @@ de.digitalcollections.model dc-model-parent - 10.0.0 + 10.0.1 DigitalCollections: Model (Model) diff --git a/pom.xml b/pom.xml index 2f603f07..087a4e7b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.digitalcollections.model dc-model-parent - 10.0.0 + 10.0.1 pom