diff --git a/CHANGELOG.md b/CHANGELOG.md index d84f7dc2..ad36fe5d 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 +## [6.1.3] - 2022-12-20 + ### Fixed - Reraise execeptions from executor, so that CLI exits with non-zero exit code in the event of errors in execution ([issue 194](https://github.com/RMLio/rmlmapper-java/issues/194)) @@ -585,6 +587,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169)) - support for accessing remote files (via HTTP GET) - basic support for functions +[6.1.3]: https://github.com/RMLio/rmlmapper-java/compare/v6.1.2...v6.1.3 [6.1.2]: https://github.com/RMLio/rmlmapper-java/compare/v6.1.1...v6.1.2 [6.1.1]: https://github.com/RMLio/rmlmapper-java/compare/v6.1.0...v6.1.1 [6.1.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.0.0...v6.1.0 diff --git a/buildNumber.properties b/buildNumber.properties index 90f9dd80..b39b8609 100644 --- a/buildNumber.properties +++ b/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Tue Nov 22 10:36:05 GMT 2022 -buildNumber0=365 +#Tue Dec 20 09:11:55 GMT 2022 +buildNumber0=366 diff --git a/pom.xml b/pom.xml index f6a76a1a..7f41930f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ be.ugent.rml rmlmapper RMLMapper - 6.1.2 + 6.1.3 The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.