From: AsamK Date: Mon, 11 Apr 2022 20:26:05 +0000 (+0200) Subject: Bump version X-Git-Tag: v0.10.5^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/406faa1bbb1e08e426b46c2256d59e0899e06109?hp=8f85d164ffbe745555aada96696c4764af638b6a Bump version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fba3b39..de705aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [0.10.5] - 2022-04-11 +**Attention**: Now requires native libsignal-client version 0.15 + +### Added +- New `--ban`, `--unban` flags for `updateGroup` command to ban users from joining by group link + +### Fixed +- Fix plain text output of blocked group ids +- Fix error output in case of rate limiting +- Fix error when creating a group with no members +- Fix adding recent Signal-Desktop versions as linked devices + ## [0.10.4.2] - 2022-03-17 ### Fixed - Crash in json output when receiving message from untrusted identity diff --git a/build.gradle.kts b/build.gradle.kts index fa0b5a7a..33a1a2bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.graalvm.buildtools.native") version "0.9.11" } -version = "0.10.4.2" +version = "0.10.5" java { sourceCompatibility = JavaVersion.VERSION_17