Bumped version to 4.6.9, updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2022-05-30 11:50:04 +02:00
parent f35787eede
commit 3ae9657be0
2 changed files with 14 additions and 2 deletions

View file

@ -10,6 +10,18 @@ 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.9] - 2022-05-30
### Fixed
- ANR when screen turns OFF/ON while app is in foreground
- Crash due to missing CoreContext instance in TelecomManager service
- One-to-One encrypted chat room creation if it already exists
- Crash if ConnectionService feature isn't supported by the device
### Changed
- Updated translations from Weblate
- Improved audio devices logs
## [4.6.8] - 2022-05-23
### Fixed

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "4.6.8"
def appVersionCode = 40608 // 4.06.07
def appVersionName = "4.6.9"
def appVersionCode = 40609 // 4.06.09
static def getPackageName() {
return "org.linphone"