diff --git a/app/assets/changes.html b/app/assets/changes.html
index e013345d0..3401f2ed6 100644
--- a/app/assets/changes.html
+++ b/app/assets/changes.html
@@ -5,6 +5,17 @@
What's new
+v2.0.1.0
+
+
+ - #807 MapBox upgrade to version 8
+
+v2.0.0.9
+
+
+ - Split Froyo variant to separate branch
+ - Prepare for F-Droid build
+
v2.0.0.8
diff --git a/build.gradle b/build.gradle
index 2ceab302b..fa787da69 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,8 +29,8 @@ project.ext {
junitVersion = '4.12'
mockitoVersion = '2.3.7'
- versionName = '2.0.0.9'
- versionCode = 202
+ versionName = '2.0.1.0'
+ versionCode = 203
travisBuild = System.getenv("TRAVIS") == "true"
// allows for -Dpre-dex=false to be set