Bumped version & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2022-07-29 09:59:47 +02:00
parent 25344b490c
commit 47851c088b
2 changed files with 13 additions and 2 deletions

View file

@ -10,6 +10,17 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [4.6.12] - 2022-07-29
### Fixed
- Call notification not being removed if service channel is disabled & background mode is enabled
- Wrong display name in chat notification sometimes
- Removed secure chat button if no LIME server configured or no conference factory URI set
- Disable TelecomManager feature when the device doesn't support it
### Changed
- ContactsLoader have been updated, shouldn't crash anymore
## [4.6.11] - 2022-06-27
### Fixed

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "4.6.11"
def appVersionCode = 40611 // 4.06.11
def appVersionName = "4.6.12"
def appVersionCode = 40612 // 4.06.12
static def getPackageName() {
return "org.linphone"