version bump to 2.13.1-beta.2 and changelog

This commit is contained in:
Daniel Gultsch 2024-01-15 15:36:00 +01:00
parent ce645bbd41
commit dd0c82302b
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
### Version 2.13.1
* Support P2P file transfer via WebRTC data channels
* Fix interoperability issues with Bind 2.0 on ejabberd
* Bundle Lets Encrypt root certificates for Android <= 7
### Version 2.13.0 ### Version 2.13.0
* Easier access to 'Show QR code' * Easier access to 'Show QR code'

View file

@ -97,8 +97,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 42081 versionCode 42083
versionName "2.13.0" versionName "2.13.1-beta.2"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId

View file

@ -0,0 +1,3 @@
* Support P2P file transfer via WebRTC data channels
* Fix interoperability issues with Bind 2.0 on ejabberd
* Bundle Lets Encrypt root certificates for Android <= 7