Bump version

This commit is contained in:
AsamK 2021-10-16 10:05:41 +02:00
parent f57db857da
commit f5089789fb
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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