diff --git a/CHANGELOG.md b/CHANGELOG.md index 86aaf60f1..82e799622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ 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.7] - 2023-02-27 + +### Fixed +- Fixed navigating to a contact that doesn't have a native ID, but using it's SIP address instead +- Fixed account creator resolved country name & create button not enabled + +### Changed +- Updated translations + ## [5.0.6] - 2023-02-17 ### Fixed diff --git a/app/build.gradle b/app/build.gradle index 96df42921..41b8723b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ plugins { id 'org.jlleitschuh.gradle.ktlint' } -def appVersionName = "5.0.6" -def appVersionCode = 50006 +def appVersionName = "5.0.7" +def appVersionCode = 50007 static def getPackageName() { return "org.linphone"