Skip to content

Commit

Permalink
Prepare for release of version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gh committed May 14, 2024
1 parent ff32007 commit e89079d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
<dependency>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>v1.1.0</version>
<version>1.2.0</version>
</dependency>
```
Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<name>dataio</name>
<packaging>jar</packaging>
<url>https://github.com/RMLio/dataio</url>
Expand Down

0 comments on commit e89079d

Please sign in to comment.