summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG11
-rw-r--r--app/build.gradle4
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index efdacff0..b879f89e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+1.0.6 - New Year release
+features:
+- auto-update for apks downloaded from bitmask.net and from brand websites like riseup.net
+- pgp verification to secure auto-update mechanism
+- support for Android 10 and Android 11
+- new translations (<3 to all translators)
+- update openvpn, openssl and other dependencies
+
+bugfixes:
+- fix "exclude apps from VPN" feature
+
1.0.5 - Menshen release
features:
- geoip service: improved automatic gateway selection, taking hemisphere into account
diff --git a/app/build.gradle b/app/build.gradle
index e6d7715a..0ab70b8f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
applicationId "se.leap.bitmaskclient"
- versionCode 149
- versionName "1.0.5"
+ versionCode 150
+ versionName "1.0.6"
minSdkVersion 16
targetSdkVersion 30
vectorDrawables.useSupportLibrary = true