diff --git a/CHANGELOG.md b/CHANGELOG.md index ac307ef0..52525853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## [4.10.0] - 2021-05-05 + ### Added - Added support for named graphs in RDFJStore. - Support for Logical Target and exporting to a local file with various @@ -17,6 +19,9 @@ with token authentication. ### Changed - Use RDF4JStore by default (see [issue 108](https://github.com/RMLio/rmlmapper-java/issues/108)). +- Public API of the Executor has been updated and is available under `V5`, +the old API is still available but deprecated. In a future release, the old API +will be removed and the new one will drop the `V5` suffix. ## Fixed - Add remark about duplicate removal and serialization format performance (see [issue 108](https://github.com/RMLio/rmlmapper-java/issues/108)). diff --git a/buildNumber.properties b/buildNumber.properties index 1ec06996..51dd5cfa 100644 --- a/buildNumber.properties +++ b/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Fri Mar 19 07:51:29 CET 2021 -buildNumber0=350 +#Wed May 05 13:39:28 CEST 2021 +buildNumber0=351 diff --git a/pom.xml b/pom.xml index 9fd1516c..f5202e60 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ be.ugent.rml rmlmapper RMLMapper - 4.9.4 + 4.10.0 The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.