Bumped version to 5.0.5 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-01-19 09:22:36 +01:00
parent 8c8a1c002a
commit fa2199744a
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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"