From acbf1c0ecfd40398decb3c61dbeb0e3fcdfd2c2a Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 11 Apr 2023 07:27:26 +0200 Subject: [PATCH] version bump to 2.12.3 + changelog --- CHANGELOG.md | 6 ++++++ build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a93d1f736d356f8f487c4ab2a7623bc7c28b4243..cbeba52b28b3309081051d009bc0886a8a57ff47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Version 2.12.3 + +* Improve support for new emojis +* Add ability to remove account from server +* Show timestamp for calls + ### Version 2.12.2 * Increase corner radius on profile pictures diff --git a/build.gradle b/build.gradle index c252a1265dd7e634d9948f055cafe549f055b587..9c114e026f8df77046e369964ca00f79715fc13b 100644 --- a/build.gradle +++ b/build.gradle @@ -90,9 +90,9 @@ android { defaultConfig { minSdkVersion 21 - versionCode 42053 - versionName "2.12.2" targetSdkVersion 33 + versionCode 42055 + versionName "2.12.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId