mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-08 15:34:19 +01:00
Bump version
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.9.1] - 2021-10-16
|
||||
**Attention**: Now requires native libzkgroup version 0.8
|
||||
|
||||
### Added
|
||||
@@ -14,7 +16,7 @@
|
||||
### Fixed
|
||||
- Do not send message resend request to own device
|
||||
- Allow message from pending member to accept group invitations
|
||||
- Fix issue which could cause signal-cli to repeatedly sending the same delivery receipts
|
||||
- Fix issue which could cause signal-cli to repeatedly send the same delivery receipts
|
||||
- Reconnect websocket after connection loss
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
id("org.graalvm.buildtools.native") version "0.9.6"
|
||||
}
|
||||
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
Reference in New Issue
Block a user