mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version
This commit is contained in:
parent
f69d9e64aa
commit
e83e9ae313
2 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.9.1] - 2021-10-16
|
||||||
**Attention**: Now requires native libzkgroup version 0.8
|
**Attention**: Now requires native libzkgroup version 0.8
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.6"
|
id("org.graalvm.buildtools.native") version "0.9.6"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.9.1"
|
version = "0.9.2"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue