]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.10.2
authorAsamK <asamk@gmx.de>
Sat, 22 Jan 2022 21:58:46 +0000 (22:58 +0100)
committerAsamK <asamk@gmx.de>
Sat, 22 Jan 2022 21:58:46 +0000 (22:58 +0100)
CHANGELOG.md
build.gradle.kts

index 84a5d3041a934884ac52cdf8532a94ab3ef16671..9a642ab2578fe8114563647b1d756f73a00ce231 100644 (file)
@@ -2,6 +2,11 @@
 
 ## [Unreleased]
 
+## [0.10.2] - 2022-01-22
+### Fixed
+- Archive old sessions/sender keys when a recipient's identity key has changed
+- Fix profile fetch with an invalid LANG variable
+
 ## [0.10.1] - 2022-01-16
 ### Added
 - Send group messages with sender keys (more efficient for larger groups)
index af537dfad05ec099d13528b1ccc93324e0469a7a..19ed08d7ea630d8b41ac75777d6a2e50a84fb8da 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.9"
 }
 
-version = "0.10.1"
+version = "0.10.2"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17