Skip to content

Commit cbe2a97

Browse files
committed
Updated CHANGELOG & bumped version code to 6.0.17
1 parent 1022988 commit cbe2a97

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Group changes to describe their impact on the project, as follows:
1010
Fixed for any bug fixes.
1111
Security to invite users to upgrade in case of vulnerabilities.
1212

13+
## [6.0.17] - 2025-09-02
14+
15+
### Changed
16+
- Portuguese translation updated from Weblate (still not complete)
17+
18+
### Fixed
19+
- Vibrator not stopped when call is terminated sometimes (SDK fix)
20+
- Chat conversation not visible sometimes (SDK fix)
21+
1322
## [6.0.16] - 2025-08-25
1423

1524
## Added

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
3232
}
3333

3434
var gitBranch = ByteArrayOutputStream()
35-
var gitVersion = "6.0.16"
35+
var gitVersion = "6.0.17"
3636

3737
task("getGitVersion") {
3838
val gitVersionStream = ByteArrayOutputStream()
@@ -100,8 +100,8 @@ android {
100100
applicationId = packageName
101101
minSdk = 28
102102
targetSdk = 35
103-
versionCode = 600016 // 6.00.016
104-
versionName = "6.0.16"
103+
versionCode = 600017 // 6.00.017
104+
versionName = "6.0.17"
105105

106106
manifestPlaceholders["appAuthRedirectScheme"] = packageName
107107

0 commit comments

Comments
 (0)