diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01c32ca..b3f0526 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.3.0] - 2024-05-21
+
### Changed
- Added small change for mimetypes in new RML.
@@ -93,6 +95,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.3.0]: https://github.com/RMLio/dataio/compare/v1.2.0...v1.3.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
diff --git a/README.md b/README.md
index 947dcae..ec42b1b 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
- 1.2.0
+ 1.3.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 83ed5f3..292d165 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
be.ugent.idlab.knows
dataio
- 1.2.0
+ 1.3.0
dataio
jar
https://github.com/RMLio/dataio