diff --git a/CHANGELOG.md b/CHANGELOG.md
index df89c4a9..c968b923 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,13 +5,13 @@ 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).
-## [2.0.0] - 2020-06-08
-
## Unreleased
* Function mapping.
* Joins of data streams
+## [2.0.0] - 2020-06-08
+
### Changed
* Improved parameter handling, using [scopt](https://github.com/scopt/scopt). Not compatible with previous CLI.
* Parallelising over the (local) task slots per task manager is enabled by default.
diff --git a/pom.xml b/pom.xml
index de77a9f7..f75757b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ SOFTWARE.
io.rml
RMLStreamer
- 2.0.0-SNAPSHOT
+ 2.0.0-RELEASE
jar
RMLStreamer