From 44900326a61307910b58f7553a506e92a77237ce Mon Sep 17 00:00:00 2001
From: cyBerta <cyberta@riseup.net>
Date: Fri, 25 Oct 2019 17:51:00 +0200
Subject: [PATCH] set version to 1.0.2RC2

---
 CHANGELOG        | 10 ++++++++++
 app/build.gradle |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index ff5b1b99e..56d0989f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+1.0.2 - the anti-censorship release
+features:
+- implement Pluggable Transports to circumvent VPN blocking
+- exclude apps from VPN >> credits to Akuma
+- improved gateway setup error handling
+
+bugfixes:
+- fix performance issues on UI thread if VPN (re-)connects
+- fix several crashes
+
 1.0.0
 Bugs:
 - fix tablet layouts in portrait
diff --git a/app/build.gradle b/app/build.gradle
index 219f556b1..a405ed95c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
 
   defaultConfig {
     applicationId "se.leap.bitmaskclient"
-    versionCode 142
-    versionName "1.0.2RC1"
+    versionCode 143
+    versionName "1.0.2RC2"
     minSdkVersion 16
     targetSdkVersion 28
     vectorDrawables.useSupportLibrary = true
-- 
GitLab