]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.11.3
authorAsamK <asamk@gmx.de>
Fri, 7 Oct 2022 15:24:29 +0000 (17:24 +0200)
committerAsamK <asamk@gmx.de>
Fri, 7 Oct 2022 15:24:29 +0000 (17:24 +0200)
CHANGELOG.md
build.gradle.kts

index eb473c71790120fa0879687b58498acfd7189ed0..a2dfae92ee771fbbd836e0829270cb4819db1545 100644 (file)
@@ -2,6 +2,14 @@
 
 ## [Unreleased]
 
+## [0.11.3] - 2022-10-07
+
+### Fixed
+- Fix sending messages to groups (in non-daemon mode)
+- Fix updating from older signal-cli version
+- Fix issue with handling decryption error message
+- Fix graalvm native build (Thanks @bentolor)
+
 ## [0.11.2] - 2022-10-06
 
 ### Fixed
index b8bc99416b4c39e3f94cdd749a1c898c8612965c..97f2109ba447ac6c03ee2ef7f4a80f0fecf60104 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.14"
 }
 
-version = "0.11.2"
+version = "0.11.3"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17