Bump version to 0.10.10

This commit is contained in:
AsamK 2022-07-30 14:56:17 +02:00
parent d69b9ea394
commit d8a5244a88
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
## [Unreleased]
## [0.10.10] - 2022-07-30
### Fixed
- Fix setPin/removePin commands which broke due to server side changes
- Workaround GraalVM 22.2.0 issue with daemon connection
## [0.10.9] - 2022-07-16
### Changed

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.13"
}
version = "0.10.9"
version = "0.10.10"
java {
sourceCompatibility = JavaVersion.VERSION_17