version bump to 2.13.0 + changelog

This commit is contained in:
Daniel Gultsch 2023-11-15 09:19:46 +01:00
parent 25dd775613
commit 35c03c34b7
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
### Version 2.13.0
* Easier access to 'Show QR code'
* Support PEP Native Bookmarks
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
* Raise target API to Android 14
### Version 2.12.12 ### Version 2.12.12
* Support Private DNS (DNS over TLS) * Support Private DNS (DNS over TLS)

View file

@ -97,8 +97,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 42079 versionCode 42081
versionName "2.13.0-beta.2" versionName "2.13.0"
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,4 @@
* Easier access to 'Show QR code'
* Support PEP Native Bookmarks
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
* Raise target API to Android 14