Bumped version code & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-05-09 09:55:04 +02:00
parent 28b77109b9
commit 134e2d3d3a
2 changed files with 15 additions and 3 deletions

View file

@ -10,7 +10,19 @@ 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.10] - 2023-01-04
## [5.0.11] - 2023-05-09
### Fixed
- Wrong call displayed when hanging up a call while an incoming one is ringing
- Crash related to call history
- Crash due to wrongly format string
- Add/remove missing listener on FriendLists created after Core has been created
### Changed
- Improved GSM call interruption
- Updated translations
## [5.0.10] - 2023-04-04
### Fixed
- Plain copy of encrypted files (when VFS is enabled) not cleaned

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "5.0.10"
def appVersionCode = 50010
def appVersionName = "5.0.11"
def appVersionCode = 50011
static def getPackageName() {
return "org.linphone"