diff --git a/CHANGELOG b/CHANGELOG
index ef9a118ab667dd49e1ad97c9f30a7c0d4798c7b1..7b73602705d8cb8cd570e4da2250f082f77cfa36 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,10 @@ Bugs:
 - switching between different providers was buggy - bitmask selected
   the nearest gateway of all providers ever chosen, now the nearest
   gateway of the current provider is selected
+- fixes app crashes on tablets
+- fix major tablet layout issues
+- fixes app crashes during provider set up if a user clicks too fast around
+- update information in About Page
 
 Features:
 - updated ics-openvpn code, incl. openvpn and openssl
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 86d1f01f301fa1058f5b0e580ad26916b35db4fc..699a2f57b5eaf1be0e0c3f626abf60bdd7103b5f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -17,8 +17,8 @@
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="se.leap.bitmaskclient"
-    android:versionCode="129"
-    android:versionName="0.9.7RC1" >
+    android:versionCode="130"
+    android:versionName="0.9.7RC2" >
 
     <uses-permission android:name="android.permission.INTERNET" />
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />