Updated CHANGELOG & bumped version to 6.0.15

This commit is contained in:
Sylvain Berfini 2025-08-11 10:34:11 +02:00
parent c732be775a
commit f282bf689c
2 changed files with 11 additions and 3 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.
## [6.0.15] - 2025-08-11
### Fixed
- Crash due to changes in SDK triggering fatal error if linphone_core_stop() is called from linphone_core_iterate() loop (which was done when scanning QR code)
### Changed
- Prevent leaving assistant after doing a remote provisioning if there is still no account after it (if there was no account before and no account was provided in downloaded config)
## [6.0.14] - 2025-08-06
### Fixed

View file

@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
}
var gitBranch = ByteArrayOutputStream()
var gitVersion = "6.0.14"
var gitVersion = "6.0.15"
task("getGitVersion") {
val gitVersionStream = ByteArrayOutputStream()
@ -100,8 +100,8 @@ android {
applicationId = packageName
minSdk = 28
targetSdk = 35
versionCode = 600014 // 6.00.014
versionName = "6.0.14"
versionCode = 600015 // 6.00.015
versionName = "6.0.15"
manifestPlaceholders["appAuthRedirectScheme"] = packageName