summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--app/build.gradle4
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 50d57c9c..6d373e81 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+1.4.0RC1 obfuscation update
+features:
+* update obfuscation library obfsvpn to version 1.0.0, with improved KCP support
+
+bugfixes:
+* fix text color of button in obfuscation proxy pinning dialog
+* fix auto-update mechanism for clients fetched from the download page
+
1.3.1 hotfix
bugfix:
* fix app crash during provider setup in case the app is moved to background
diff --git a/app/build.gradle b/app/build.gradle
index a9a096e2..f3412c3f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,8 +32,8 @@ android {
// the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n
// to extracted bundle apks, supplied by google
// however we don't calculate the versionCode here, because F-Droid doesn't like that
- versionCode 173000
- versionName "1.3.1"
+ versionCode 174000
+ versionName "1.4.0RC1"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34