version bump to 2.12.9 + changelog

This commit is contained in:
Daniel Gultsch 2023-08-18 18:21:56 +02:00
parent 459d559a34
commit 6323b14bc0
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
### Version 2.12.9
* Introduce new backup file format
### Version 2.12.8 ### Version 2.12.8
* Disable opening backup files (.ceb) from file manager * Disable opening backup files (.ceb) from file manager

View file

@ -95,8 +95,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 42062 versionCode 42065
versionName "2.12.8" versionName "2.12.9"
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 @@
* Introduce new backup file format