version bump to 2.12.1

Daniel Gultsch created

Change summary

CHANGELOG.md                                         | 4 ++++
build.gradle                                         | 4 ++--
fastlane/metadata/android/en-US/changelogs/42047.txt | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 # Changelog
 
+### Version 2.12.1
+
+* Fix crash in UnifiedPush Distributor
+
 ### Version 2.12.0
 
 * Integrate UnifiedPush Distributor to facilitate push messages to other UnifiedPush enabled apps like Tusky and Fedilab

build.gradle 🔗

@@ -91,8 +91,8 @@ android {
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 32
-        versionCode 42046
-        versionName "2.12.0"
+        versionCode 42047
+        versionName "2.12.1"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId