version bump to 1.12.3 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 ###Changelog
 
+####Version 1.12.3
+* make omemo default when all resources support it
+* show presence of other resources as template
+* start typing in StartConversationsActivity to search
+* various bug fixes and improvements
+
 ####Version 1.12.2
 * fixed pgp presence signing
 

build.gradle 🔗

@@ -54,8 +54,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 143
-		versionName "1.12.2"
+		versionCode 144
+		versionName "1.12.3"
 		archivesBaseName += "-$versionName"
 		applicationId "eu.siacs.conversations"
 	}