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
fastlane/metadata/android/en-US/changelogs/42047.txt 🔗 @@ -0,0 +1 @@ +* Fix crash in UnifiedPush Distributor