mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Bump version
This commit is contained in:
parent
8c6553ce73
commit
9d821fb892
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue