version bump to 0.9

iNPUTmice created

Change summary

CHANGELOG.md | 9 +++++++++
build.gradle | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,14 @@
 ###Changelog
 
+####Version 0.9
+* arbitrary file transfer
+* more options to verify OTR (SMP, QR Codes, NFC)
+* ability to create instant conferences
+* r/o dynamic tags (presence and roster groups)
+* optional foreground service (expert option)
+* added SCRAM-SHA1 login method
+* bug fixes
+
 ####Version 0.8.4
 * bug fixes
 

build.gradle 🔗

@@ -47,7 +47,7 @@ android {
 		minSdkVersion 14
 		targetSdkVersion 19
 		versionCode 37
-		versionName "0.9-alpha"
+		versionName "0.9"
 	}
 
 	compileOptions {