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
9c5235c273
commit
31429b7faf
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.11.3] - 2022-10-07
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix sending messages to groups (in non-daemon mode)
|
||||||
|
- Fix updating from older signal-cli version
|
||||||
|
- Fix issue with handling decryption error message
|
||||||
|
- Fix graalvm native build (Thanks @bentolor)
|
||||||
|
|
||||||
## [0.11.2] - 2022-10-06
|
## [0.11.2] - 2022-10-06
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.14"
|
id("org.graalvm.buildtools.native") version "0.9.14"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.11.2"
|
version = "0.11.3"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue