]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.10.10 v0.10.10
authorAsamK <asamk@gmx.de>
Sat, 30 Jul 2022 12:56:17 +0000 (14:56 +0200)
committerAsamK <asamk@gmx.de>
Sat, 30 Jul 2022 12:56:17 +0000 (14:56 +0200)
CHANGELOG.md
build.gradle.kts

index 8ff851c8b95bb908f5ea3b8aaeae752794b823b4..5d70bb27c8aa7979f48eebd43d5ee5460e8ccf2b 100644 (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
index 0c5ca9b27b89d9d3fd75c3f99a93393da9617bda..35960cbc6dc7520649f1561c85b0441c3d1d4452 100644 (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