From: AsamK Date: Tue, 19 Jan 2021 16:31:10 +0000 (+0100) Subject: Bump version X-Git-Tag: v0.7.4^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/d50db1d6719efba7509d10db49308208d2e5d61a?ds=sidebyside Bump version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5370a283..9092711d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## [0.7.4] - 2021-01-19 +### Changed +- Notify linked devices after profile has been updated + +### Fixes +- After registering a new account, receiving messages didn't work + You may have to register and verify again to fix the issue. +- Creating v1 groups works again + ## [0.7.3] - 2021-01-17 ### Added - `getUserStatus` command to check if a user is registered on Signal (Thanks @Atomic-Bean) diff --git a/build.gradle b/build.gradle index 8c5a7655..1fa56c1e 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11 mainClassName = 'org.asamk.signal.Main' -version = '0.7.3' +version = '0.7.4' compileJava.options.encoding = 'UTF-8'