diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ef2e389ab0557028afff675640675948865bbc..a93d1f736d356f8f487c4ab2a7623bc7c28b4243 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 6da78fcae758ac551461aed439b12b3e43dd3ad4..13e320a08f1c1221640e9fc40e08ab38730e984d 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