]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.10.9 v0.10.9
authorAsamK <asamk@gmx.de>
Sat, 16 Jul 2022 13:25:58 +0000 (15:25 +0200)
committerAsamK <asamk@gmx.de>
Sat, 16 Jul 2022 13:25:58 +0000 (15:25 +0200)
CHANGELOG.md
build.gradle.kts

index 3d27afb37fe25cc5989b75e4149534b3e9841e70..8ff851c8b95bb908f5ea3b8aaeae752794b823b4 100644 (file)
@@ -2,6 +2,15 @@
 
 ## [Unreleased]
 
+## [0.10.9] - 2022-07-16
+
+### Changed
+- updateAccount command checks self number and PNI after updating account attributes
+
+### Fixed
+- Fixed small issue with syncing contacts from storage
+- Fixed issue with opening older account files
+
 ## [0.10.8] - 2022-06-13
 
 ### Added
index bd257e5a3de80435578e70ee4c1b62e528cdd3de..0c5ca9b27b89d9d3fd75c3f99a93393da9617bda 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.13"
 }
 
-version = "0.10.8"
+version = "0.10.9"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17