diff --git a/CHANGELOG.md b/CHANGELOG.md index dac1ba502..0add4f6b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ 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.0.12] - 2023-05-23 + +### Fixed +- Crash if notification manager throws an exception +- Video preview not moving if call was started in audio only + ## [5.0.11] - 2023-05-09 ### Fixed diff --git a/app/build.gradle b/app/build.gradle index 1391c778b..a736c1428 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ plugins { id 'org.jlleitschuh.gradle.ktlint' } -def appVersionName = "5.0.11" -def appVersionCode = 50011 +def appVersionName = "5.0.12" +def appVersionCode = 50012 static def getPackageName() { return "org.linphone"