Bump version

This commit is contained in:
AsamK 2022-05-29 22:25:53 +02:00
parent badbb55ef2
commit 63e94a9fb4
2 changed files with 14 additions and 1 deletions

View file

@ -2,6 +2,19 @@
## [Unreleased] ## [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 ## [0.10.6] - 2022-05-19
**Attention**: Now requires native libsignal-client version 0.17 **Attention**: Now requires native libsignal-client version 0.17

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.11" id("org.graalvm.buildtools.native") version "0.9.11"
} }
version = "0.10.6" version = "0.10.7"
java { java {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17