diff --git a/CHANGELOG.md b/CHANGELOG.md index 19730d6..33979c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.2.0] - 2024-05-14 + ### Fixed - Exclude `xml-apis` from pom file (See GitHub [issue 2](https://github.com/RMLio/dataio/issues/2)). - Updated `mysql-connector-j` to 8.2.0 @@ -88,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated excel-streaming-reader to 4.0.5 - Updated jena-fuseki-* to 4.9.0 +[1.2.0]: https://github.com/RMLio/dataio/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/RMLio/dataio/compare/v1.0.4...v1.1.0 [1.0.4]: https://github.com/RMLio/dataio/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/RMLio/dataio/compare/v1.0.2...v1.0.3 diff --git a/README.md b/README.md index 59182e3..947dcae 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency: be.ugent.idlab.knows dataio - v1.1.0 + 1.2.0 ``` Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio) diff --git a/pom.xml b/pom.xml index 810d2a4..83ed5f3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 be.ugent.idlab.knows dataio - 1.1.1-SNAPSHOT + 1.2.0 dataio jar https://github.com/RMLio/dataio