version bump to 2.9.3 + changelog
This commit is contained in:
parent
adb5a2b2c2
commit
6d13ee52f0
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.9.3
|
||||||
|
|
||||||
|
* Fixed connectivity issues when different accounts used different SCRAM mechanisms
|
||||||
|
* Add support for SCRAM-SHA-512
|
||||||
|
* Allow P2P (Jingle) file transfer with self contact
|
||||||
|
|
||||||
### Version 2.9.2
|
### Version 2.9.2
|
||||||
|
|
||||||
* Offer Easy Invite generation on supporting servers
|
* Offer Easy Invite generation on supporting servers
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 402
|
versionCode 403
|
||||||
versionName "2.9.2"
|
versionName "2.9.3"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/403.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/403.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
* Fixed connectivity issues when different accounts used different SCRAM mechanisms
|
||||||
|
* Add support for SCRAM-SHA-512
|
||||||
|
* Allow P2P (Jingle) file transfer with self contact
|
Loading…
Reference in a new issue