diff --git a/CHANGELOG b/CHANGELOG index ff5b1b99eca1d333a5051142df7c854250e301d6..56d0989f17f54b4243e054f08b7453f46ee4e191 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 219f556b19c4feb8dfb06a137aa247b4d80427aa..a405ed95cdcb303da9ec8ca64c1b8f452fb3c8e2 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