]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.9.2
authorAsamK <asamk@gmx.de>
Sun, 24 Oct 2021 17:57:39 +0000 (19:57 +0200)
committerAsamK <asamk@gmx.de>
Sun, 24 Oct 2021 18:09:03 +0000 (20:09 +0200)
CHANGELOG.md
build.gradle.kts

index 463419b19bc62a1bed06058377e14d5d0d51a913..a4f3bdbec1d344fe1b383540711cefcfe4c8429a 100644 (file)
@@ -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
 
index 0353aa2e53343c8ca3a409feb6a7a41da9f89a84..238f4ec61b2736eac582be24d7142082f44a9688 100644 (file)
@@ -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