Updated CHANGELOG & bumped version to 6.0.12

This commit is contained in:
Sylvain Berfini 2025-07-18 14:19:39 +02:00
parent 7430ff5b4b
commit 5d202694b1
2 changed files with 9 additions and 3 deletions

View file

@ -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.
## [6.0.12] - 2025-07-18
### Fixed
- Reactions list in bottom sheet update while opened
- Crashes due to late init properties being used before initialized
## [6.0.11] - 2025-07-11
### Added

View file

@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
}
var gitBranch = ByteArrayOutputStream()
var gitVersion = "6.0.11"
var gitVersion = "6.0.12"
task("getGitVersion") {
val gitVersionStream = ByteArrayOutputStream()
@ -100,8 +100,8 @@ android {
applicationId = packageName
minSdk = 28
targetSdk = 35
versionCode = 600011 // 6.00.011
versionName = "6.0.11"
versionCode = 600012 // 6.00.012
versionName = "6.0.12"
manifestPlaceholders["appAuthRedirectScheme"] = packageName