diff --git a/CHANGELOG b/CHANGELOG
index 970c90f3ac922604b439fc615413062327e0000e..cd9266d724e85732564a0b0f772471e216a63a79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,8 @@ Bugs:
   the start and Bitmask didn't do it, although the UI stated the
   opposite. That has been improved, detecting the real status of the
   VPN connection much better.
+- If the user doesn't "trust this application", bitmask doesn't try to
+  connect to the VPN anymore.
 
 Features:
 - Removed the progress bars that caused confusion in some states (such
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 24a0a68e82984b3c4909598381bfac0a74f3583a..7e5cc0d4fa6448b3da8feb8853519663c74786ff 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="122"
-    android:versionName="0.9.4RC2" >
+    android:versionCode="123"
+    android:versionName="0.9.4RC3" >
 
     <uses-permission android:name="android.permission.INTERNET" />
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />