diff --git a/CHANGELOG b/CHANGELOG
index 56d0989f17f54b4243e054f08b7453f46ee4e191..5c33105ec973da1bc7d0acf4dbb96925c95a38a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,13 +1,18 @@
 1.0.2 - the anti-censorship release
 features:
 - implement Pluggable Transports to circumvent VPN blocking
-- exclude apps from VPN >> credits to Akuma
+- exclude apps from VPN
+-> credits to Akuma!
 - improved gateway setup error handling
+- updated translations
 
 bugfixes:
 - fix performance issues on UI thread if VPN (re-)connects
 - fix several crashes
 
+1.0.1
+- fix Android 9 crash
+
 1.0.0
 Bugs:
 - fix tablet layouts in portrait
diff --git a/app/build.gradle b/app/build.gradle
index 5868ae1274a6f094ac1764cf3537ad352836cd56..53d2e2bb567c9ef3b448faef59068f40e59a8745 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
 
   defaultConfig {
     applicationId "se.leap.bitmaskclient"
-    versionCode 143
-    versionName "1.0.2RC2"
+    versionCode 144
+    versionName "1.0.2RC3"
     minSdkVersion 16
     targetSdkVersion 28
     vectorDrawables.useSupportLibrary = true