Bumped version to 5.0.6 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-02-17 11:44:31 +01:00
parent c4244804d8
commit 4aa72b6e5e
2 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,7 @@ 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.6] - Unreleased
## [5.0.6] - 2023-02-17
### Fixed
- Wrong country displayed in assistant after picking it in the list if another country has the same international prefix (such as +1)
@ -23,6 +23,7 @@ Group changes to describe their impact on the project, as follows:
### Changed
- Improved incoming call layout when receiving early-media video
- Disable some actions in left chat rooms
- Hidden "Echo Tester" setting unless in debug mode as it can mislead user and isn't useful for end user
## [5.0.5] - 2023-01-19

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "5.0.5"
def appVersionCode = 50005
def appVersionName = "5.0.6"
def appVersionCode = 50006
static def getPackageName() {
return "org.linphone"