diff --git a/CHANGES.adoc b/CHANGES.adoc
index de568a6..d93c432 100644
--- a/CHANGES.adoc
+++ b/CHANGES.adoc
@@ -3,9 +3,15 @@
:toclevels: 1
:toc-title: Version Overview:
-== Version 1.2.0 (unreleased)
+== Version 1.3.0 (unreleased)
-link:https://github.com/fraunhoferfokus/Xtensions/milestone/3?closed=1[Related GitHub issues]
+=== Added
+
+Nothing so far
+
+== Version 1.2.0 - 2019-04-10
+
+link:https://github.com/fraunhoferfokus/Xtensions/milestone/4?closed=1[Related GitHub issues]
=== Added
diff --git a/README.adoc b/README.adoc
index 8b32c7b..e901dda 100644
--- a/README.adoc
+++ b/README.adoc
@@ -53,7 +53,7 @@ In the following, we will show how to add the Xtensions library to your build.
=== Current Release
If you are using Eclipse or a Maven Tycho build, you can use the p2 repository
-`https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.1.0/`.
+`https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.2.0/`.
Here is the repository info you can add to your maven `pom.xml` file:
[source,xml]
@@ -62,12 +62,12 @@ Here is the repository info you can add to your maven `pom.xml` file:
xtensions-p2
p2
- https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.1.0/
+ https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.2.0/
----
-The zipped update site / p2 repository, can be downloaded link:https://dl.bintray.com/boereck/xtensions-p2/de.fhg.fokus.xtensions.p2-1.1.0.zip[here].
+The zipped update site / p2 repository, can be downloaded link:https://dl.bintray.com/boereck/xtensions-p2/de.fhg.fokus.xtensions.p2-1.2.0.zip[here].
If you use a regular Maven build, simply add the following dependency. The library was added
to maven central.
@@ -78,7 +78,7 @@ to maven central.
com.github.fraunhoferfokus.xtensions
de.fhg.fokus.xtensions
- 1.1.0
+ 1.2.0
----
@@ -87,7 +87,7 @@ If you are using gradle, add the following dependency:
[source,gradle]
----
-compile 'com.github.fraunhoferfokus.xtensions:de.fhg.fokus.xtensions:1.1.0'
+compile 'com.github.fraunhoferfokus.xtensions:de.fhg.fokus.xtensions:1.2.0'
----
=== Using Snapshot Releases