diff --git a/CHANGELOG b/CHANGELOG
index b532f9801a1140918e5f3f2f23976247430112d9..42a589ea2a7a7bda61e94bb79d9af601ca02546f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,11 @@
 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
+- faster recognition of newly added providers (leads to improved server load balancing)
+- updated translations (thanks to Localization Lab and all translators!)
+- reduced APK size
 
 bugfixes:
 - fix performance issues on UI thread if VPN (re-)connects
diff --git a/app/build.gradle b/app/build.gradle
index 0726cca83b3dcd868cc3c6c1a42fd9e2cf4fd5bd..68db8926476f8a99394dc8a4a8cb23def8bf9522 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
 
   defaultConfig {
     applicationId "se.leap.bitmaskclient"
-    versionCode 145
-    versionName "1.0.2RC4"
+    versionCode 146
+    versionName "1.0.2"
     minSdkVersion 16
     targetSdkVersion 28
     vectorDrawables.useSupportLibrary = true