diff --git a/app/assets/changes.html b/app/assets/changes.html
index 19953ec25..e013345d0 100644
--- a/app/assets/changes.html
+++ b/app/assets/changes.html
@@ -5,6 +5,12 @@
What's new
+v2.0.0.8
+
+
+ - #803 Remove Alpha builds, all release builds identify as the Play version
+ - #801 Transifex fi updates
+
v2.0.0.7
diff --git a/build.gradle b/build.gradle
index 0521d5a82..b94aafd11 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,8 +30,8 @@ project.ext {
junitVersion = '4.12'
mockitoVersion = '2.3.7'
- versionName = '2.0.0.7'
- versionCode = 200
+ versionName = '2.0.0.8'
+ versionCode = 201
travisBuild = System.getenv("TRAVIS") == "true"
// allows for -Dpre-dex=false to be set