Bumped version to 4.6.10, updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2022-06-07 09:59:31 +02:00
parent 0ebbcef026
commit 5004a26ea6
2 changed files with 6 additions and 3 deletions

View file

@ -10,11 +10,14 @@ 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.10] - Unreleased
## [4.6.10] - 2022-06-07
### Fixed
- Fixed contact address used instead of identity address when creating a basic chat room from history or contact details
- Fixed call notification still visible after call ended on some devices
- Fixed incoming call activity not displayed on some devices
- Fixed Malaysian dial plan (SDK fix)
- Fixed incoming call ringing even if Do not disturb mode is enabled (SDK fix)
## [4.6.9] - 2022-05-30

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "4.6.9"
def appVersionCode = 40609 // 4.06.09
def appVersionName = "4.6.10"
def appVersionCode = 40610 // 4.06.10
static def getPackageName() {
return "org.linphone"