diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a10c80882082d356d9407ca86dd08ad4980dea2..7bed8eedb3ead266e73bc66f73837c4581ab71b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index b48db295f76bda2279735e9f8eb427c05c345dce..f5c5fda514c6739a0ec9b63b5d7b5602befd20fd 100644 --- a/build.gradle +++ b/build.gradle @@ -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