summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG7
-rw-r--r--app/build.gradle4
2 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b532f980..42a589ea 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 0726cca8..68db8926 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