]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.9.1
authorAsamK <asamk@gmx.de>
Sat, 16 Oct 2021 08:05:41 +0000 (10:05 +0200)
committerAsamK <asamk@gmx.de>
Sat, 16 Oct 2021 08:05:41 +0000 (10:05 +0200)
CHANGELOG.md
build.gradle.kts

index ab4bb65da3a8701b026402cfbaa69566b700c52a..463419b19bc62a1bed06058377e14d5d0d51a913 100644 (file)
@@ -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
index 5d18e9e0ee46c700b9252b1eae8b0e663cea851a..a419df8a45c38a87e9c522777a4b82973e302501 100644 (file)
@@ -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