mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-06 22:44:26 +01:00
Bump version
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.9.2] - 2021-10-24
|
||||
### Fixed
|
||||
- dbus `listNumbers` method works again
|
||||
|
||||
### Changed
|
||||
- Improved provisioning error handling if the last steps fail
|
||||
- Adapt behavior of receive command as dbus client to match normal mode
|
||||
- Update captcha url for proof required handling
|
||||
|
||||
## [0.9.1] - 2021-10-16
|
||||
**Attention**: Now requires native libzkgroup version 0.8
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
id("org.graalvm.buildtools.native") version "0.9.6"
|
||||
}
|
||||
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
Reference in New Issue
Block a user