diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aff4448a..85f1fe143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +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. +## [5.2.4] - 2024-04-22 + +## Fixed +- Active speaker video hidden when you are the first one to join a meeting$ +- Show camera icon instead of microphone for incoming video calls +- SIP URI parsing from native contact due to international prefix being applied when it shouldn't +- Various fixes for broadcast mode + ## [5.2.3] - 2024-01-31 ### Fixed diff --git a/app/build.gradle b/app/build.gradle index af2e27282..b1aa5264a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ plugins { id 'org.jetbrains.kotlin.android' } -def appVersionName = "5.2.3" -def appVersionCode = 52003 +def appVersionName = "5.2.4" +def appVersionCode = 52004 def packageName = "org.linphone"