Updated CHANGELOG & bumped version to 5.1.4

This commit is contained in:
Sylvain Berfini 2023-10-20 08:53:01 +02:00
parent a7cffad437
commit a412967fb7
2 changed files with 10 additions and 2 deletions

View file

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

View file

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