CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.14.2
+
+* Restore access to Channel Discovery for Android 6+7
+* Improve logging for failed call integration
+
### Version 2.14.1
* Fix A/V calls on Android 8
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4210504.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.14.2
+
+* Restore access to Channel Discovery for Android 6+7
+* Improve logging for failed call integration
+
### Version 2.14.1
* Fix A/V calls on Android 8
@@ -97,8 +97,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42104
- versionName "2.14.1"
+ versionCode 42105
+ versionName "2.14.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* Restore access to Channel Discovery for Android 6+7
+* Improve logging for failed call integration