diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbf9c9eb..c42546b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 8b8be5cd5..0159776ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"