Skip to content

Commit

Permalink
Prepare for 2.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Oct 10, 2022
1 parent a9e7f0f commit 834d4e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [2.4.2] - 2022-10-10

### Fixed
* The stand-alone docker image was based on a x86 architecture only. Now others are supported as well.

### Changed
* Updated Function Agent to v0.2.1

## [2.4.1] - 2022-09-03
## [2.4.1] - 2022-10-03

### Added
* Possibility to run stand-alone, with Flink embedded.
Expand Down Expand Up @@ -213,3 +213,4 @@ can be set with the program argument `--baseIRI`.
[2.3.0]: https://github.com/RMLio/RMLStreamer/compare/v2.2.2...v2.3.0
[2.4.0]: https://github.com/RMLio/RMLStreamer/compare/v2.3.0...v2.4.0
[2.4.1]: https://github.com/RMLio/RMLStreamer/compare/v2.4.0...v2.4.1
[2.4.2]: https://github.com/RMLio/RMLStreamer/compare/v2.4.1...v2.4.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.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<packaging>jar</packaging>

<name>RMLStreamer</name>
Expand Down

0 comments on commit 834d4e3

Please sign in to comment.