Bump version

This commit is contained in:
AsamK 2021-10-24 19:57:39 +02:00
parent f69d9e64aa
commit e83e9ae313
2 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -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