version bump to 1.2.0-beta

iNPUTmice created

Change summary

CHANGELOG.md | 4 +++-
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,7 +1,9 @@
 ###Changelog
 
 ####Version 1.2.0
-* Send current location (requires plugin)
+* Send current location (requires [plugin]https://play.google.com/store/apps/details?id=eu.siacs.conversations.sharelocation())
+* Invite multiple contacts at once
+* performance improvements
 * bug fixes
 
 ####Version 1.1.0

build.gradle 🔗

@@ -43,8 +43,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 21
-		versionCode 53
-		versionName "1.1.0"
+		versionCode 54
+		versionName "1.2.0-beta"
 	}
 
 	compileOptions {