]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.11.1
authorAsamK <asamk@gmx.de>
Wed, 5 Oct 2022 18:08:24 +0000 (20:08 +0200)
committerAsamK <asamk@gmx.de>
Wed, 5 Oct 2022 18:08:24 +0000 (20:08 +0200)
CHANGELOG.md
build.gradle.kts

index 14cc45140b6f8414afccbd1e700470d08b811bcb..efefc6e3889e9293f9dbf64b2f7adb27b644981b 100644 (file)
@@ -2,6 +2,13 @@
 
 ## [Unreleased]
 
+## [0.11.1] - 2022-10-05
+
+### Fixed
+- Fix sending group messages
+- Fix store migration issue on Windows
+- Fix building fat jars
+
 ## [0.11.0] - 2022-10-02
 **Attention**: Now requires native libsignal-client version 0.20.0
 
index 37ba625bde7f506927d2435101bb89d0962659e0..07238b6f4bc96371ef92076da43ed9122947c6c1 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.14"
 }
 
-version = "0.11.0"
+version = "0.11.1"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17