]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.11.9 v0.11.9
authorAsamK <asamk@gmx.de>
Sat, 22 Apr 2023 15:54:49 +0000 (17:54 +0200)
committerAsamK <asamk@gmx.de>
Sat, 22 Apr 2023 15:54:49 +0000 (17:54 +0200)
CHANGELOG.md
build.gradle.kts

index ab9ec06df1f903828f29d94f302cfa8ed08e137f..d83a93ce857ee560497e0e6cc929208522eb3402 100644 (file)
@@ -2,6 +2,12 @@
 
 ## [Unreleased]
 
+## [0.11.9] - 2023-04-22
+
+### Fixed
+- Fix build with Java 20
+- Workaround issue with linking to newer app versions
+
 ## [0.11.8] - 2023-04-05
 
 ### Added
index 6f7d1a39e240edb9d24613e1ee65bfa97a678ff4..e5de61d1d4e862bdd9e50ed8b1801d4260f688f4 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.21"
 }
 
-version = "0.11.8"
+version = "0.11.9"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17