]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.8.5
authorAsamK <asamk@gmx.de>
Sat, 7 Aug 2021 08:22:55 +0000 (10:22 +0200)
committerAsamK <asamk@gmx.de>
Sat, 7 Aug 2021 08:22:55 +0000 (10:22 +0200)
CHANGELOG.md
build.gradle.kts

index a3573d85664da8e8ebb6f71b32c006ea203cc3f0..3de081993941d82e7dc5e19057f766b5e88f8e03 100644 (file)
@@ -2,6 +2,13 @@
 
 ## [Unreleased]
 
+## [0.8.5] - 2021-08-07
+### Added
+- Source name is included in JSON receive output
+
+### Fixed
+- Allow updateContact command to only set expiration timer without requiring a name parameter
+
 ## [0.8.4.1] - 2021-06-20
 ### Fixed
 - Incorrect error handling in register command
index 7fdb8f617d15aa66ed3baa0f124b69e8378d79e8..c7de229c6f984452aa1c9669b00703dc1a3742cc 100644 (file)
@@ -5,7 +5,7 @@ plugins {
     `check-lib-versions`
 }
 
-version = "0.8.4.1"
+version = "0.8.5"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_11