]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.11.10
authorAsamK <asamk@gmx.de>
Thu, 11 May 2023 17:36:26 +0000 (19:36 +0200)
committerAsamK <asamk@gmx.de>
Thu, 11 May 2023 17:36:26 +0000 (19:36 +0200)
CHANGELOG.md
build.gradle.kts

index fe40af74cdb04d5946836f474d45572a50d3ba86..011fedc59d3cc283287f165fc50414147e2350fd 100644 (file)
@@ -2,6 +2,12 @@
 
 ## [Unreleased]
 
+## [0.11.10] - 2023-05-11
+**Attention**: Now requires native libsignal-client version 0.23.1
+
+### Added
+- Support for receiving and sending edit messages with `--edit-timestamp`
+
 ## [0.11.9.1] - 2023-04-23
 
 ### Fixed
index 1d041d0cbd22a0bacf00252af6a213f3d2ce1ab9..c17dea6db7e33dd5f4bcc1f969dc7876fa0de042 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.21"
 }
 
-version = "0.11.9.1"
+version = "0.11.10"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17