diff --git a/CHANGELOG.md b/CHANGELOG.md index c91489b30..0a8e58744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index dc6c273d9..d3edaaa6e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"