Bump version to 0.11.10

This commit is contained in:
AsamK 2023-05-11 19:36:26 +02:00
parent ee63a27fe9
commit 6b0b36a555
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased] ## [Unreleased]
## [0.11.10] - 2023-05-11
**Attention**: Now requires native libsignal-client version 0.23.1
### Added
- Support for receiving and sending edit messages with `--edit-timestamp`
## [0.11.9.1] - 2023-04-23 ## [0.11.9.1] - 2023-04-23
### Fixed ### Fixed

View file

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