diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a49e47e..dc62ffdea 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/build.gradle b/build.gradle index 2c23aad66..7feadf236 100644 --- a/build.gradle +++ b/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 {