Bumped version to 5.0.7 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-02-27 10:19:05 +01:00
parent a5055c0fe5
commit c1cf98e46e
2 changed files with 11 additions and 2 deletions

View file

@ -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

View file

@ -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"