From: AsamK Date: Sat, 7 Aug 2021 08:22:55 +0000 (+0200) Subject: Bump version X-Git-Tag: v0.8.5^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/54f7bc5d7932dd7c8c4db1cc780211bc061f8c80?ds=inline Bump version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a3573d85..3de08199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 7fdb8f61..c7de229c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { `check-lib-versions` } -version = "0.8.4.1" +version = "0.8.5" java { sourceCompatibility = JavaVersion.VERSION_11