mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version
This commit is contained in:
parent
f57db857da
commit
f5089789fb
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.9.1] - 2021-10-16
|
||||||
**Attention**: Now requires native libzkgroup version 0.8
|
**Attention**: Now requires native libzkgroup version 0.8
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -14,7 +16,7 @@
|
||||||
### Fixed
|
### Fixed
|
||||||
- Do not send message resend request to own device
|
- Do not send message resend request to own device
|
||||||
- Allow message from pending member to accept group invitations
|
- 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
|
- Reconnect websocket after connection loss
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.6"
|
id("org.graalvm.buildtools.native") version "0.9.6"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue