diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f2dc4a8..563bac988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ 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.5] - 2023-01-19 + +### Fixed +- Issue with how replies where added to chat message notification from reply action + ## [5.0.4] - 2023-01-18 ### Added diff --git a/app/build.gradle b/app/build.gradle index c72ee09cc..bd2fd94c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ plugins { id 'org.jlleitschuh.gradle.ktlint' } -def appVersionName = "5.0.4" -def appVersionCode = 50004 +def appVersionName = "5.0.5" +def appVersionCode = 50005 static def getPackageName() { return "org.linphone"