Bumped version code & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-05-23 10:53:40 +02:00
parent 5c376c7b9b
commit 4dfc8696aa
2 changed files with 8 additions and 2 deletions

View file

@ -10,6 +10,12 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes. Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities. Security to invite users to upgrade in case of vulnerabilities.
## [5.0.12] - 2023-05-23
### Fixed
- Crash if notification manager throws an exception
- Video preview not moving if call was started in audio only
## [5.0.11] - 2023-05-09 ## [5.0.11] - 2023-05-09
### Fixed ### Fixed

View file

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