~singpolyma/cheogram-android

d51682a9bc63048db4536a788ac51cc6ad75b23b — Daniel Gultsch 1 year, 9 months ago 6b9ebb3
version bump to 2.11.0-beta
2 files changed, 9 insertions(+), 2 deletions(-)

M CHANGELOG.md
M build.gradle
M CHANGELOG.md => CHANGELOG.md +7 -0
@@ 1,5 1,12 @@
# Changelog

### Version 2.11.0

* Implement Extensible SASL Profile, Bind 2.0 and Fast for faster reconnects
* Implement Channel Binding
* Add ability to delete own avatar
* Add notification for missed calls

### Version 2.10.10

* Minor bug fixes

M build.gradle => build.gradle +2 -2
@@ 93,8 93,8 @@ android {
    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 32
        versionCode 42038
        versionName "2.10.10"
        versionCode 42039
        versionName "2.11.0-beta"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId