mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Bump version to 0.10.10
This commit is contained in:
parent
d69b9ea394
commit
d8a5244a88
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue