version bump to 2.12.11 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 # Changelog
 
+### Version 2.12.11
+
+* Bump libwebrtc dependency to M117 and bump libvpx
+* Go back to AAC for voice messages
+* Support per app language settings
+
 ### Version 2.12.10
 
 * support per conversation notification settings

build.gradle 🔗

@@ -95,8 +95,8 @@ android {
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 33
-        versionCode 42068
-        versionName "2.12.10"
+        versionCode 42072
+        versionName "2.12.11"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId