Bumped version to 5.0.1 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2022-12-16 09:52:05 +01:00
parent c899414fc1
commit 66ab3ea31a
2 changed files with 12 additions and 2 deletions

View file

@ -10,6 +10,16 @@ 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.1] - 2022-12-16
### Changed
- File transfer progress indication & error status improvements
### Fixed
- Wrong LIME status for participant that has multiple devices
- No longer sends video when switching from audio only to another conference layout
- SIP URI regex pattern to prevent HTTP URLs containing '@' to be handled as SIP URI
## [5.0.0] - 2022-12-06
### Added

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "5.0.0"
def appVersionCode = 50000
def appVersionName = "5.0.1"
def appVersionCode = 50001
static def getPackageName() {
return "org.linphone"