diff --git a/app/assets/changes.html b/app/assets/changes.html
index e38cbbffe..3fed19041 100644
--- a/app/assets/changes.html
+++ b/app/assets/changes.html
@@ -5,6 +5,11 @@
What's new
+v2.0.0.6
+
+
+ - #790 Translations: Persian added, various other updates
+
v2.0.0.5
diff --git a/build.gradle b/build.gradle
index 5ea75b4b1..a62287241 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ project.ext {
junitVersion = '4.12'
mockitoVersion = '2.3.7'
- versionName = '2.0.0.5'
+ versionName = '2.0.0.6'
versionCode = 200
//Set a specific name to this app. Also need to be changed in settings.xml
applicationIdSuffix = ".alpha"