From: AsamK Date: Wed, 19 Oct 2022 18:35:53 +0000 (+0200) Subject: Bump version X-Git-Tag: v0.11.4^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/af324eeca59d10a38214755d5e1349e90a5a44b3 Bump version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a2dfae92..b16eb894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +## [0.11.4] - 2022-10-19 + +### Added +- Approve/Refuse group join requests, using same interface as adding/removing members +- Add --ignore-stories flag to prevent receiving story messages + +### Fixed +- Fixed issue with receiving messages that can't be decrypted +- Do not discard incoming group join messages + +### Improved +- Add code to receive new PNI after change number + ## [0.11.3] - 2022-10-07 ### Fixed diff --git a/build.gradle.kts b/build.gradle.kts index bf1ca15e..2bf8eede 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.graalvm.buildtools.native") version "0.9.16" } -version = "0.11.3" +version = "0.11.4" java { sourceCompatibility = JavaVersion.VERSION_17