CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
###Changelog
+####Versrion 1.7.1
+* performance improvements when opening a conversation
+
####Version 1.7.0
* CAPTCHA support
* SASL EXTERNAL (client certifiates)
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -1,5 +1,8 @@
###Changelog
+####Versrion 1.7.1
+* performance improvements when opening a conversation
+
####Version 1.7.0
* CAPTCHA support
* SASL EXTERNAL (client certifiates)
@@ -49,8 +49,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
- versionCode 102
- versionName "1.7.0"
+ versionCode 103
+ versionName "1.7.1"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}