Skip to content

Commit 35c03c3

Browse files
committed
version bump to 2.13.0 + changelog
1 parent 25dd775 commit 35c03c3

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### Version 2.13.0
4+
5+
* Easier access to 'Show QR code'
6+
* Support PEP Native Bookmarks
7+
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
8+
* Raise target API to Android 14
9+
310
### Version 2.12.12
411

512
* Support Private DNS (DNS over TLS)

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ android {
9797
defaultConfig {
9898
minSdkVersion 21
9999
targetSdkVersion 34
100-
versionCode 42079
101-
versionName "2.13.0-beta.2"
100+
versionCode 42081
101+
versionName "2.13.0"
102102
archivesBaseName += "-$versionName"
103103
applicationId "eu.siacs.conversations"
104104
resValue "string", "applicationId", applicationId
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Easier access to 'Show QR code'
2+
* Support PEP Native Bookmarks
3+
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
4+
* Raise target API to Android 14

0 commit comments

Comments
 (0)