diff --git a/CHANGELOG.md b/CHANGELOG.md index d7549ceeb..a9cfbba54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ 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.1.4] - 2023-10-20 + +### Fixed +- Various fixes in the SDK (5.2.110) + +### Changed +- Updated translations from Weblate + ## [5.1.3] - 2023-09-23 ### Fixed diff --git a/app/build.gradle b/app/build.gradle index 0de828cd2..5a48ff34d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ plugins { id 'org.jetbrains.kotlin.android' } -def appVersionName = "5.1.3" -def appVersionCode = 51030 +def appVersionName = "5.1.4" +def appVersionCode = 51040 def packageName = "org.linphone"