@@ -16,7 +16,7 @@ From Maven
1616 <dependency>
1717 <groupId>com.github.jsonld-java</groupId>
1818 <artifactId>jsonld-java</artifactId>
19- <version>0.12.3 </version>
19+ <version>0.12.4 </version>
2020 </dependency>
2121
2222Code example
@@ -323,11 +323,11 @@ Here is the basic outline for what your module's pom.xml should look like
323323 <parent >
324324 <groupId >com.github.jsonld-java</groupId >
325325 <artifactId >jsonld-java-parent</artifactId >
326- <version >0.12.3 </version >
326+ <version >0.12.4 </version >
327327 </parent >
328328 <modelVersion >4.0.0</modelVersion >
329329 <artifactId >jsonld-java-{your module}</artifactId >
330- <version >0.12.3 -SNAPSHOT</version >
330+ <version >0.12.4 -SNAPSHOT</version >
331331 <name >JSONLD Java :: {your module name}</name >
332332 <description >JSON-LD Java integration module for {RDF Library your module integrates}</description >
333333 <packaging >jar</packaging >
@@ -450,6 +450,14 @@ Alternatively, we can also host your repository in the jsonld-java organisation
450450CHANGELOG
451451=========
452452
453+ ### 2019-04-20
454+ * Release 0.12.4
455+ * Bump Jackson version to 2.9.8
456+ * Add a regression test for a past framing bug
457+ * Throw error on empty key
458+ * Add regression tests for workarounds to Text/URL dual definitions
459+ * Persist JsonLdOptions through normalize/toRDF
460+
453461### 2018-11-24
454462* Release 0.12.3
455463* Fix NaN/Inf/-Inf raw value types on conversion to RDF
0 commit comments