From 63e94a9fb4fc435ccd933594b5bb81070b419923 Mon Sep 17 00:00:00 2001 From: AsamK Date: Sun, 29 May 2022 22:25:53 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 13 +++++++++++++ build.gradle.kts | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a7d336..a829372d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +## [0.10.7] - 2022-05-29 + +### Added +- Added profile information to `listContacts` command output +- Added filter flags for `listContacts` command +- New `sendPaymentNotification` command to send payment receipt blobs +- New `--given-name` and `--family-name` parameters for `updateContact` command +- Implement sending link previews with `--preview-url`, `--preview-title` parameters for the `send` command +- New `--send-read-receipts` parameter for `receive` and `daemon` commands for automatically marking received messages as read + +### Fixed +- Issue with endless growing `pre-keys-pni` data directory + ## [0.10.6] - 2022-05-19 **Attention**: Now requires native libsignal-client version 0.17 diff --git a/build.gradle.kts b/build.gradle.kts index 479eeb3d..8bdd9ca4 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.6" +version = "0.10.7" java { sourceCompatibility = JavaVersion.VERSION_17 -- 2.50.1