Skip to content

Commit

Permalink
Prepare for release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Dec 21, 2021
1 parent ef68e20 commit 66c6e28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Support for stream partitioning in windows
* Joins of data streams

## [2.2.2]
## [2.2.2] - 2021-12-21

### Changed
* Updated Log4J from version 2.16.0 to 2.17.0 due to [CVE-2021-45105](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105).

## [2.2.1] - 2021-12-16

Expand Down Expand Up @@ -173,3 +176,4 @@ can be set with the program argument `--baseIRI`.
[2.1.1]: https://github.com/RMLio/RMLStreamer/compare/v2.1.0...v2.1.1
[2.2.0]: https://github.com/RMLio/RMLStreamer/compare/v2.1.1...v2.2.0
[2.2.1]: https://github.com/RMLio/RMLStreamer/compare/v2.2.0...v2.2.1
[2.2.2]: https://github.com/RMLio/RMLStreamer/compare/v2.2.1...v2.2.2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.

<groupId>io.rml</groupId>
<artifactId>RMLStreamer</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<packaging>jar</packaging>

<name>RMLStreamer</name>
Expand Down

0 comments on commit 66c6e28

Please sign in to comment.