diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4da7a9..488834f 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.1] - 2024-08-12
+
### Fixed
- DATAIO_NULL value when CSV quoted string has multiple new lines (GitHub [issue 238](https://github.com/RMLio/rmlmapper-java/issues/238)).
- Typo in `bump-version.sh`
@@ -99,6 +101,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.1]: https://github.com/RMLio/dataio/compare/v1.3.0...v1.3.1
[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
diff --git a/README.md b/README.md
index ec42b1b..5f8e48e 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.3.0
+ 1.3.1
```
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 01ae138..7986838 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
be.ugent.idlab.knows
dataio
- 1.3.0
+ 1.3.1
dataio
jar
https://github.com/RMLio/dataio