diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d41d1369..0101ca0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ 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.1] - 2023-09-06 + +### Fixed +- Fixed issue in SDK randomly generated password when creating account from app +- Various issues reported on the Play Store + ## [5.1.0] - 2023-08-21 ### Added diff --git a/app/build.gradle b/app/build.gradle index a6d5a0cef..280c011f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ plugins { id 'org.jetbrains.kotlin.android' } -def appVersionName = "5.1.0" -def appVersionCode = 51000 +def appVersionName = "5.1.1" +def appVersionCode = 51010 def packageName = "org.linphone"