Bumped version to 4.6.11, updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2022-06-27 13:42:06 +02:00
parent cd1dbc7a08
commit 4b79b868f7
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.
Security to invite users to upgrade in case of vulnerabilities.
## [4.6.11] - 2022-06-27
### Fixed
- Various crashes due to unhandled exceptions
- Echo canceller calibration not using speaker (SDK fix)
## [4.6.10] - 2022-06-07
### Fixed

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "4.6.10"
def appVersionCode = 40610 // 4.06.10
def appVersionName = "4.6.11"
def appVersionCode = 40611 // 4.06.11
static def getPackageName() {
return "org.linphone"