diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a29b9d1..51f2dc4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,17 @@ 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.4] - 2023-01-18 + +### Added +- Show a progress bar while importing files to the chat sending area + +### Changed +- Prevent keyboard from auto-replacing some user input such as username, breaking SIP URIs unknowingly + +### Fixed +- Prevent copy of files that weren't sent in chat to be kept in app local folder + ## [5.0.3] - 2023-01-13 ### Added diff --git a/app/build.gradle b/app/build.gradle index a30e70f0b..c72ee09cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ plugins { id 'org.jlleitschuh.gradle.ktlint' } -def appVersionName = "5.0.3" -def appVersionCode = 50003 +def appVersionName = "5.0.4" +def appVersionCode = 50004 static def getPackageName() { return "org.linphone"