]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.11.6
authorAsamK <asamk@gmx.de>
Sun, 18 Dec 2022 19:09:15 +0000 (20:09 +0100)
committerAsamK <asamk@gmx.de>
Sun, 18 Dec 2022 19:09:15 +0000 (20:09 +0100)
CHANGELOG.md
build.gradle.kts

index 674acf88bc41661e21aa3ac12b1443163d559be8..4f0dafaa606597a0075d4effa47df5078898aa63 100644 (file)
@@ -2,6 +2,16 @@
 
 ## [Unreleased]
 
+## [0.11.6] - 2022-12-18
+
+### Added
+- Allow using data URIs for updateGroup/updateProfile
+- New alive check endpoint for http daemon (Thanks @ced-b)
+
+### Fixed
+- Registration with voice verification now works if no system locale is set
+- Fixed retrieving attachments in JSON RPC mode (Thanks @ced-b)
+
 ## [0.11.5.1] - 2022-11-09
 
 ### Fixed
index 685c43ef5b19f8511a45cf7c49382eb5081a01e3..f79984a4ac1b8269a57b04bb2d4f2e50233ce413 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.19"
 }
 
-version = "0.11.5.1"
+version = "0.11.6"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17