From 38bff44a2ddc44a8e8752d6bc225f6ef1817b931 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 6 Sep 2023 14:03:40 +0200 Subject: [PATCH] Bumped version name & code to 5.1.1 + udpated CHANGELOG --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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"