Skip to content

Commit

Permalink
prepare for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Jan 22, 2025
1 parent 91723fc commit e0572d7
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

## [2.0.1] - 2025-01-22

### Fixed
- Upgrade snowflake-jdbc to 3.21.0 to fix security CVEs.

Expand Down Expand Up @@ -133,6 +135,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

[2.0.1]: https://github.com/RMLio/dataio/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/RMLio/dataio/compare/v1.3.1...v2.0.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
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>2.0.0</version>
<version>2.0.1</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>2.0.0</version>
<version>2.0.1</version>
<name>dataio</name>
<packaging>jar</packaging>
<url>https://github.com/RMLio/dataio</url>
Expand Down

0 comments on commit e0572d7

Please sign in to comment.