Change summary
CHANGELOG.md | 8 ++++++++
build.gradle | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
Detailed changes
@@ -1,5 +1,13 @@
###Changelog
+####Version 1.7.0
+* CAPTCHA support
+* SASL EXTERNAL (client certifiates)
+* fetching MUC history via MAM
+* redownload deleted files from HTTP hosts
+* Expert setting to automatically set presence
+* bug fixes
+
####Version 1.6.11
* tab completion for MUC nicks
* history export
@@ -49,8 +49,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
- versionCode 98
- versionName "1.6.11"
+ versionCode 99
+ versionName "1.7.0-beta"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}