]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.11.2
authorAsamK <asamk@gmx.de>
Thu, 6 Oct 2022 15:59:59 +0000 (17:59 +0200)
committerAsamK <asamk@gmx.de>
Thu, 6 Oct 2022 15:59:59 +0000 (17:59 +0200)
CHANGELOG.md
build.gradle.kts

index efefc6e3889e9293f9dbf64b2f7adb27b644981b..eb473c71790120fa0879687b58498acfd7189ed0 100644 (file)
@@ -2,6 +2,11 @@
 
 ## [Unreleased]
 
+## [0.11.2] - 2022-10-06
+
+### Fixed
+- Update user agent version to work with new Signal-Server check
+
 ## [0.11.1] - 2022-10-05
 
 ### Fixed
index 07238b6f4bc96371ef92076da43ed9122947c6c1..b8bc99416b4c39e3f94cdd749a1c898c8612965c 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.14"
 }
 
-version = "0.11.1"
+version = "0.11.2"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17