diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3990ebc..5f8908d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# JB4JSON-LD Changelog
+## 0.15.0 - 2024-08-26
+- Support deserializing objects containing only identifier when `ASSUME_TARGET_TYPE` is enabled (Enhancement #69).
+- Cache deserialization type map (Enhancement #68).
+- Dependency updates: JOPA 2.0.4, test deps.
+- **Breaking change:** Set Java 17 as minimum Java version.
+
## 0.14.3 - 2024-04-16
- Fix missing context entry when serializing empty collection mapped to data/annotation property.
diff --git a/pom.xml b/pom.xml
index 8daf4f9..e6ba437 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
cz.cvut.kbss.jsonld
jb4jsonld
- 0.14.3
+ 0.15.0
JB4JSON-LD
Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
This is the core implementation, which has to be integrated with Jackson, Jersey etc.