CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.9.9
+
+* Various bug fixes around Tor support
+
### Version 2.9.8
* Verify A/V calls with preexisting OMEMO sessions
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/42010.txt | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.9.9
+
+* Various bug fixes around Tor support
+
### Version 2.9.8
* Verify A/V calls with preexisting OMEMO sessions
@@ -93,8 +93,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
- versionCode 42008
- versionName "2.9.9-beta"
+ versionCode 42010
+ versionName "2.9.9"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1 @@
+* Various bug fixes around Tor support