From 3ae9657be062d0c39269d4029334ad15d1ad2d0f Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 30 May 2022 11:50:04 +0200 Subject: [PATCH] Bumped version to 4.6.9, updated CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e17da205..6519ba77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 2be53a0dc..8b8be5cd5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"