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