From 93e4bca0371a98657153dd2b6c1099cf357dac6a Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 5 Feb 2023 17:15:33 +0100 Subject: [PATCH] version bump to 2.12.2 + changelog --- CHANGELOG.md | 4 ++++ build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ef2e389..a93d1f736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Version 2.12.2 + +* Increase corner radius on profile pictures + ### Version 2.12.1 * Fix crash in UnifiedPush Distributor diff --git a/build.gradle b/build.gradle index 6da78fcae..13e320a08 100644 --- a/build.gradle +++ b/build.gradle @@ -91,8 +91,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 32 - versionCode 42049 - versionName "2.12.1" + versionCode 42050 + versionName "2.12.2" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId