version bump to 2.14.2 + changelog

This commit is contained in:
Daniel Gultsch 2024-04-04 11:07:53 +02:00
parent c294a24f4e
commit 4968bde774
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,2 @@
* Restore access to Channel Discovery for Android 6+7
* Improve logging for failed call integration