From e0b30b6c20ff7cc32f930c249e49c64ac8214787 Mon Sep 17 00:00:00 2001 From: cyBerta <cyberta@riseup.net> Date: Fri, 12 Nov 2021 03:31:14 +0100 Subject: [PATCH] update version to 1.1.0RC1 --- CHANGELOG | 9 +++++++++ app/build.gradle | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6f9e7592f..e39cca441 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +1.1.0RC1 - early snowflakes release +features: +- support of tor and snowflake to circumvent censorship of the API server +- improved error handling if user tries to configure a provider without having an internet connection +- manual gateway selection in Bitmask + +bugfixes: +- fix openvpn fallback during gateway setup, e.g. UDP to TCP fallback or IPv6 to IPv4 fallback + 1.0.9 - Hotfix release features: - updated translations diff --git a/app/build.gradle b/app/build.gradle index 20ace18d1..6db23476f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 155 - versionName "1.0.9" + versionCode 156 + versionName "1.1.0RC1" minSdkVersion 16 targetSdkVersion 30 vectorDrawables.useSupportLibrary = true -- GitLab