Bump version

This commit is contained in:
AsamK 2022-04-11 22:26:05 +02:00
parent 8f85d164ff
commit 406faa1bbb
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
## [Unreleased] ## [Unreleased]
## [0.10.5] - 2022-04-11
**Attention**: Now requires native libsignal-client version 0.15
### Added
- New `--ban`, `--unban` flags for `updateGroup` command to ban users from joining by group link
### Fixed
- Fix plain text output of blocked group ids
- Fix error output in case of rate limiting
- Fix error when creating a group with no members
- Fix adding recent Signal-Desktop versions as linked devices
## [0.10.4.2] - 2022-03-17 ## [0.10.4.2] - 2022-03-17
### Fixed ### Fixed
- Crash in json output when receiving message from untrusted identity - Crash in json output when receiving message from untrusted identity

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.4.2" version = "0.10.5"
java { java {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17