Bump version to 0.10.10
This commit is contained in:
parent
d69b9ea394
commit
d8a5244a88
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.10.9] - 2022-07-16
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -6,7 +6,7 @@ plugins {
|
|||||||
id("org.graalvm.buildtools.native") version "0.9.13"
|
id("org.graalvm.buildtools.native") version "0.9.13"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.10.9"
|
version = "0.10.10"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
Loading…
x
Reference in New Issue
Block a user