From: AsamK Date: Thu, 31 Dec 2020 17:07:06 +0000 (+0100) Subject: Bump version X-Git-Tag: v0.7.2 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/3236480702f439a1919a8cba75e0b5b6d8e5b643?ds=inline Bump version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 38907d6f..e6eb3c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## [0.7.2] - 2020-12-31 +### Added +- Implement new registration lock PIN with `setPin` and `removePin` (with KBS) +- Include quotes, mentions and reactions in json output (Thanks @Atomic-Bean) + +### Fixed +- Retrieve avatars for v2 groups +- Download attachment thumbnail for quoted attachments + ## [0.7.1] - 2020-12-21 ### Added - Accept group invitation with `updateGroup -g GROUP_ID` diff --git a/build.gradle b/build.gradle index 1c42834b..ca346dbd 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11 mainClassName = 'org.asamk.signal.Main' -version = '0.7.1' +version = '0.7.2' compileJava.options.encoding = 'UTF-8'