diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90f1002d..e8fb9e3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [11.0.3](https://github.com/dbmdz/digitalcollections-model/releases/tag/11.0.3) - 2023-04-14
+
+### Fixed
+
+- Fixed deserialization (unknown `objectType` and `listRequestType`)
+
## [11.0.2](https://github.com/dbmdz/digitalcollections-model/releases/tag/11.0.2) - 2023-03-29
### Fixed
diff --git a/dc-model-jackson/pom.xml b/dc-model-jackson/pom.xml
index d7059a80..346a4592 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.3-SNAPSHOT
+ 11.0.3
DigitalCollections: Model (Jackson)
diff --git a/dc-model/pom.xml b/dc-model/pom.xml
index 7862c4f3..2f91336d 100644
--- a/dc-model/pom.xml
+++ b/dc-model/pom.xml
@@ -6,7 +6,7 @@
de.digitalcollections.model
dc-model-parent
- 11.0.3-SNAPSHOT
+ 11.0.3
DigitalCollections: Model (Model)
diff --git a/pom.xml b/pom.xml
index d5d84015..c701478e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
de.digitalcollections.model
dc-model-parent
- 11.0.3-SNAPSHOT
+ 11.0.3
pom