version bump to 1.10.0-beta and changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 ###Changelog
 
+####Version 1.10.0
+* Support for XEP-0357: Push Notifications
+* Support for XEP-0308: Last Message Correction
+* introduced build flavors to make dependence on play-services optional
+
 ####Version 1.9.4
 * prevent cleared Conversations from reloading history with MAM
 * various MAM fixes

build.gradle 🔗

@@ -58,8 +58,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 123
-		versionName "1.9.4"
+		versionCode 124
+		versionName "1.10.0-beta"
 		archivesBaseName += "-$versionName"
 	}