]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.8.4.1
authorAsamK <asamk@gmx.de>
Sun, 20 Jun 2021 12:33:04 +0000 (14:33 +0200)
committerAsamK <asamk@gmx.de>
Sun, 20 Jun 2021 12:33:04 +0000 (14:33 +0200)
CHANGELOG.md
build.gradle.kts

index 52c9a86004619f3f2112040abffb5b7e1ac8c8eb..a3573d85664da8e8ebb6f71b32c006ea203cc3f0 100644 (file)
@@ -2,6 +2,10 @@
 
 ## [Unreleased]
 
+## [0.8.4.1] - 2021-06-20
+### Fixed
+- Incorrect error handling in register command
+
 ## [0.8.4] - 2021-06-13
 **Attention**: Now requires native libsignal-client version 0.8.1
 
index f708423c0cbcfa07c1dc564e4978be6f21c8255a..6826677f1a681aaf22c1de01f29d32d42cad962a 100644 (file)
@@ -5,7 +5,7 @@ plugins {
     `check-lib-versions`
 }
 
-version = "0.8.4"
+version = "0.8.4.1"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_11