Bumped version code & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-03-30 11:10:44 +02:00
parent df2d4228ab
commit ff38e96722
2 changed files with 13 additions and 2 deletions

View file

@ -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.9] - 2023-03-30
### Fixed
- Admin weren't visible for non admin users in group chat rooms
- LIME update threshold wasn't set, causing a request to be made after each REGISTER
### Changed
- Now SDK automatically handles TextureView's listener, removed it from app
- Bumped license year to 2023
- Force remove LIME X3DH server URL for third party accounts
## [5.0.8] - 2023-03-20
### Fixed

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "5.0.8"
def appVersionCode = 50008
def appVersionName = "5.0.9"
def appVersionCode = 50009
static def getPackageName() {
return "org.linphone"