mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-25 01:54:26 +01:00
Bump version
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
## [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
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
id("org.graalvm.buildtools.native") version "0.9.14"
|
||||
}
|
||||
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
Reference in New Issue
Block a user