]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.10.4.2
authorAsamK <asamk@gmx.de>
Thu, 17 Mar 2022 21:33:39 +0000 (22:33 +0100)
committerAsamK <asamk@gmx.de>
Thu, 17 Mar 2022 21:33:43 +0000 (22:33 +0100)
CHANGELOG.md
build.gradle.kts

index b9989642569ea603574202ba9c63ede36e964c48..5fba3b39210bbcab0a205c0a5ff760fb74e0d48f 100644 (file)
@@ -2,6 +2,11 @@
 
 ## [Unreleased]
 
+## [0.10.4.2] - 2022-03-17
+### Fixed
+- Crash in json output when receiving message from untrusted identity
+- Fix multi account commands for newly created accounts
+
 ## [0.10.4.1] - 2022-03-02
 ### Fixed
 - Linking to current apps (which currently don't include a PNI identity yet)
index 36313561acb3584d39215b9364280700502f5d46..99de4644b69df0e936b5d9031fdef32bfab3463c 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.10"
 }
 
-version = "0.10.4.1"
+version = "0.10.4.2"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17