mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Bump version to 0.10.11
This commit is contained in:
parent
71fff4b14f
commit
173a2416fa
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.10.11] - 2022-08-17
|
||||
**Attention**: Now requires native libsignal-client version 0.19.3
|
||||
|
||||
### Added
|
||||
- Output content of received story messages
|
||||
|
||||
## [0.10.10] - 2022-07-30
|
||||
**Attention**: Now requires native libsignal-client version 0.18.1
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
id("org.graalvm.buildtools.native") version "0.9.13"
|
||||
}
|
||||
|
||||
version = "0.10.10"
|
||||
version = "0.10.11"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue