mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version to 0.11.10
This commit is contained in:
parent
ee63a27fe9
commit
6b0b36a555
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.11.9.1] - 2023-04-23
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.21"
|
id("org.graalvm.buildtools.native") version "0.9.21"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.11.9.1"
|
version = "0.11.10"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue