summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG7
-rw-r--r--app/build.gradle4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3d144a3f..72fe85fb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+1.4.1 stable
+features:
+- update censorship circumvention library
+- support for provider setups with multiple bridges colocated with a gateway
+- translation updates (again love to all contributors)
+- stable releasing 1.4.0 Release Candidate features and fixes (see below)
+
1.4.0RC2 pre-API-v5
features:
- mainly work under the hood to support future configuration API v5
diff --git a/app/build.gradle b/app/build.gradle
index 2750eba5..2dffdd54 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 175000
- versionName "1.4.0RC2"
+ versionCode 176000
+ versionName "1.4.1"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34